Twilight Citrus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Citrus palette

Share this palette to:

Twilight Citrus color palette PNG image

Download twilight citrus color palette PNG image (landscape)
Download twilight citrus color palette PNG image (square)

Twilight Citrus color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #4f4f4f;
}
.color-3 {
color: #a3a300;
}
.color-4 {
color: #f6df60;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #4f4f4f;
--color-3: #a3a300;
--color-4: #f6df60;
--color-5: #f9c54e;
}

Twilight Citrus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #4f4f4f, #a3a300, #f6df60, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #4f4f4f, #a3a300, #f6df60, #f9c54e);
}

Twilight Citrus color palette created on .