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: #ff6e61;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #ffb67a;
}
.color-4 {
color: #ffe7b3;
}
.color-5 {
color: #ffd1dc;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a6b;
--color-3: #ffb67a;
--color-4: #ffe7b3;
--color-5: #ffd1dc;
}
Sunset Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a6b, #ffb67a, #ffe7b3, #ffd1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a6b, #ffb67a, #ffe7b3, #ffd1dc);
}
Similar color palettes
Sunset Whispers color palette created on .