Sunset Whispered Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Whispered Tones palette
Sunset Whispered Tones color palette CSS
/* CSS */
.color-1 {
color: #fbcd8e;
}
.color-2 {
color: #c8b6bf;
}
.color-3 {
color: #e0ac71;
}
.color-4 {
color: #b19b9a;
}
.color-5 {
color: #a0816e;
}
/* CSS Variables */
:root {
--color-1: #fbcd8e;
--color-2: #c8b6bf;
--color-3: #e0ac71;
--color-4: #b19b9a;
--color-5: #a0816e;
}
Sunset Whispered Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcd8e, #c8b6bf, #e0ac71, #b19b9a, #a0816e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcd8e, #c8b6bf, #e0ac71, #b19b9a, #a0816e);
}
Similar color palettes
Scroll down to explore 1 Peach color palette
Sunset Whispered Tones color palette created on .