Whimsical Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Sunrise palette

Share this palette to:

Whimsical Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f0e2a8;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #d5b3b3;
}
.color-4 {
color: #b3a5d9;
}
.color-5 {
color: #a1c3d4;
}

/* CSS Variables */
:root {
--color-1: #f0e2a8;
--color-2: #e6cba8;
--color-3: #d5b3b3;
--color-4: #b3a5d9;
--color-5: #a1c3d4;
}

Whimsical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2a8, #e6cba8, #d5b3b3, #b3a5d9, #a1c3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2a8, #e6cba8, #d5b3b3, #b3a5d9, #a1c3d4);
}

Whimsical Sunrise color palette created on .