Sweet Whispers Color Palette
Discover the beautiful Sweet Whispers color palette featuring hampton (#e3cda5), albescent white (#f6e5d5), quarter spanish white (#f9f2e6), albescent white (#f2d9c4) and akaroa (#d7bead).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Sweet Whispers palette
๐ป Sweet Whispers color palette CSS
/* CSS */
.color-1 {
color: #e3cda5;
}
.color-2 {
color: #f6e5d5;
}
.color-3 {
color: #f9f2e6;
}
.color-4 {
color: #f2d9c4;
}
.color-5 {
color: #d7bead;
}
/* CSS Variables */
:root {
--color-1: #e3cda5;
--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, #e3cda5, #f6e5d5, #f9f2e6, #f2d9c4, #d7bead);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cda5, #f6e5d5, #f9f2e6, #f2d9c4, #d7bead);
} ๐ Explore similar color palettes
Sweet Whispers color palette created on .