Blushing Sunset Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunset Blooms palette
Blushing Sunset Blooms color palette CSS
/* CSS */
.color-1 {
color: #fae6e7;
}
.color-2 {
color: #cbb9ba;
}
.color-3 {
color: #e76f8d;
}
.color-4 {
color: #9f8f8e;
}
.color-5 {
color: #ee115b;
}
/* CSS Variables */
:root {
--color-1: #fae6e7;
--color-2: #cbb9ba;
--color-3: #e76f8d;
--color-4: #9f8f8e;
--color-5: #ee115b;
}
Blushing Sunset Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fae6e7, #cbb9ba, #e76f8d, #9f8f8e, #ee115b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fae6e7, #cbb9ba, #e76f8d, #9f8f8e, #ee115b);
}
Similar color palettes
Blushing Sunset Blooms color palette created on .