Blushing Sunset Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunset Whispers palette
Blushing Sunset Whispers color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfbf8;
}
.color-3 {
color: #dbd2d4;
}
.color-4 {
color: #f2b08d;
}
.color-5 {
color: #fd6d2b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfbf8;
--color-3: #dbd2d4;
--color-4: #f2b08d;
--color-5: #fd6d2b;
}
Blushing Sunset Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfbf8, #dbd2d4, #f2b08d, #fd6d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfbf8, #dbd2d4, #f2b08d, #fd6d2b);
}
Similar color palettes
Scroll down to explore 1 White color palette
Blushing Sunset Whispers color palette created on .