Whispering Peaches Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Peaches palette
Whispering Peaches color palette CSS
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #fef3c8;
}
.color-4 {
color: #e8b0a1;
}
.color-5 {
color: #f8a3a0;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #f6d6a7;
--color-3: #fef3c8;
--color-4: #e8b0a1;
--color-5: #f8a3a0;
}
Whispering Peaches background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #f6d6a7, #fef3c8, #e8b0a1, #f8a3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #f6d6a7, #fef3c8, #e8b0a1, #f8a3a0);
}
Similar color palettes
Whispering Peaches color palette created on .