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