Sunset Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Whispers palette
Sunset Whispers color palette CSS
/* CSS */
.color-1 {
color: #f9d25d;
}
.color-2 {
color: #f9b44e;
}
.color-3 {
color: #f78d50;
}
.color-4 {
color: #f76979;
}
.color-5 {
color: #f25a7b;
}
/* CSS Variables */
:root {
--color-1: #f9d25d;
--color-2: #f9b44e;
--color-3: #f78d50;
--color-4: #f76979;
--color-5: #f25a7b;
}
Sunset Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d25d, #f9b44e, #f78d50, #f76979, #f25a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d25d, #f9b44e, #f78d50, #f76979, #f25a7b);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunset Whispers color palette created on .