Sunset Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Whisper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Whisper Color Palette (PNG)
Sunset Whisper color palette CSS
/* CSS */
.color-1 {
color: #fad7a3;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d6815c;
}
.color-4 {
color: #5b4d3e;
}
.color-5 {
color: #292929;
}
/* CSS Variables */
:root {
--color-1: #fad7a3;
--color-2: #f0a800;
--color-3: #d6815c;
--color-4: #5b4d3e;
--color-5: #292929;
}
Sunset Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7a3, #f0a800, #d6815c, #5b4d3e, #292929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7a3, #f0a800, #d6815c, #5b4d3e, #292929);
}
Similar color palettes
Sunset Whisper color palette created on .