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