Whimsical Sunrise Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Sunrise Hues palette

Share this palette to:

Whimsical Sunrise Hues color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e5f6f6;
}
.color-3 {
color: #fcf1b6;
}
.color-4 {
color: #f3b4d2;
}
.color-5 {
color: #f9d50b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5f6f6;
--color-3: #fcf1b6;
--color-4: #f3b4d2;
--color-5: #f9d50b;
}

Whimsical Sunrise Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5f6f6, #fcf1b6, #f3b4d2, #f9d50b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5f6f6, #fcf1b6, #f3b4d2, #f9d50b);
}

Whimsical Sunrise Hues color palette created on .