Blushing Sunset Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunset Dreams palette
Blushing Sunset Dreams color palette CSS
/* CSS */
.color-1 {
color: #ffe5f2;
}
.color-2 {
color: #fff4ad;
}
.color-3 {
color: #b82e55;
}
.color-4 {
color: #ff0088;
}
.color-5 {
color: #74204d;
}
/* CSS Variables */
:root {
--color-1: #ffe5f2;
--color-2: #fff4ad;
--color-3: #b82e55;
--color-4: #ff0088;
--color-5: #74204d;
}
Blushing Sunset Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f2, #fff4ad, #b82e55, #ff0088, #74204d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f2, #fff4ad, #b82e55, #ff0088, #74204d);
}
Similar color palettes
Blushing Sunset Dreams color palette created on .