Milo's Sunset Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milo's Sunset Dream palette

Share this palette to:

Milo's Sunset Dream color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #ef9e4d;
}
.color-3 {
color: #f0725c;
}
.color-4 {
color: #e63d70;
}
.color-5 {
color: #d82c82;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #ef9e4d;
--color-3: #f0725c;
--color-4: #e63d70;
--color-5: #d82c82;
}

Milo's Sunset Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #ef9e4d, #f0725c, #e63d70, #d82c82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #ef9e4d, #f0725c, #e63d70, #d82c82);
}

Milo's Sunset Dream color palette created on .