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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Cream, Light, Spring color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Sweet Whispers color palette created on .