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