Yellow Sunset Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Sunset Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Yellow Sunset Dream Color Palette (PNG)
Yellow Sunset Dream color palette CSS
/* CSS */
.color-1 {
color: #f1e5a7;
}
.color-2 {
color: #eecb4f;
}
.color-3 {
color: #ecbd65;
}
.color-4 {
color: #e0a085;
}
.color-5 {
color: #d68589;
}
/* CSS Variables */
:root {
--color-1: #f1e5a7;
--color-2: #eecb4f;
--color-3: #ecbd65;
--color-4: #e0a085;
--color-5: #d68589;
}
Yellow Sunset Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5a7, #eecb4f, #ecbd65, #e0a085, #d68589);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5a7, #eecb4f, #ecbd65, #e0a085, #d68589);
}
Similar color palettes
Yellow Sunset Dream color palette created on .