Sweet Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Whispers palette

Share this palette to:

Sweet Whispers color palette CSS

/* CSS */
.color-1 {
color: #fef1cd;
}
.color-2 {
color: #fcebc5;
}
.color-3 {
color: #fcdec5;
}
.color-4 {
color: #fcd0cf;
}
.color-5 {
color: #fdc1bf;
}

/* CSS Variables */
:root {
--color-1: #fef1cd;
--color-2: #fcebc5;
--color-3: #fcdec5;
--color-4: #fcd0cf;
--color-5: #fdc1bf;
}

Sweet Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef1cd, #fcebc5, #fcdec5, #fcd0cf, #fdc1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef1cd, #fcebc5, #fcdec5, #fcd0cf, #fdc1bf);
}

Sweet Whispers color palette created on .