Sunset Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Dreams palette
Sunset Dreams color palette CSS
/* CSS */
.color-1 {
color: #1f3d5c;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f7c3a1;
}
.color-4 {
color: #f2d378;
}
.color-5 {
color: #f77f1d;
}
/* CSS Variables */
:root {
--color-1: #1f3d5c;
--color-2: #f1a8a2;
--color-3: #f7c3a1;
--color-4: #f2d378;
--color-5: #f77f1d;
}
Sunset Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d5c, #f1a8a2, #f7c3a1, #f2d378, #f77f1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d5c, #f1a8a2, #f7c3a1, #f2d378, #f77f1d);
}
Similar color palettes
Scroll down to explore 100+ Sunset color palettes
Sunset Dreams color palette created on .