Whimsical Twilight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Twilight Hues palette

Share this palette to:

Whimsical Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #f8e516;
}
.color-2 {
color: #ccc3f9;
}
.color-3 {
color: #4d36c4;
}
.color-4 {
color: #3730b5;
}
.color-5 {
color: #5a1fb2;
}

/* CSS Variables */
:root {
--color-1: #f8e516;
--color-2: #ccc3f9;
--color-3: #4d36c4;
--color-4: #3730b5;
--color-5: #5a1fb2;
}

Whimsical Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e516, #ccc3f9, #4d36c4, #3730b5, #5a1fb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e516, #ccc3f9, #4d36c4, #3730b5, #5a1fb2);
}

Whimsical Twilight Hues color palette created on .