BrandPrimary

public interface BrandPrimary implements ColorShadesPalette

Primary colors are bold and eye-catching, perfect for drawing attention and making a strong visual statement. They are often used to highlight key elements and call-to-actions in a design.

Functions

Link copied to clipboard
public abstract Color getBase()

The main base color of the palette.

Link copied to clipboard
public abstract Color getColor100()

The second lightest shade in the palette (10% saturation).

Link copied to clipboard
public abstract Color getColor200()

The third lightest shade in the palette (20% saturation).

Link copied to clipboard
public abstract Color getColor300()

The fourth lightest shade in the palette (30% saturation).

Link copied to clipboard
public abstract Color getColor400()

The fifth lightest shade in the palette (40% saturation).

Link copied to clipboard
public abstract Color getColor50()

The lightest shade in the palette (5% saturation).

Link copied to clipboard
public abstract Color getColor500()

The base shade in the palette, typically the primary color (50% saturation).

Link copied to clipboard
public abstract Color getColor600()

The sixth darkest shade in the palette (60% saturation).

Link copied to clipboard
public abstract Color getColor700()

The fifth darkest shade in the palette (70% saturation).

Link copied to clipboard
public abstract Color getColor800()

The fourth darkest shade in the palette (80% saturation).

Link copied to clipboard
public abstract Color getColor900()

The third darkest shade in the palette (90% saturation).

Link copied to clipboard
public abstract Color getColor950()

The second darkest shade in the palette (95% saturation).