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: #ffe5f5;
}
.color-2 {
color: #ffd6ed;
}
.color-3 {
color: #ffcce6;
}
.color-4 {
color: #ffbddd;
}
.color-5 {
color: #ffb3d6;
}

/* CSS Variables */
:root {
--color-1: #ffe5f5;
--color-2: #ffd6ed;
--color-3: #ffcce6;
--color-4: #ffbddd;
--color-5: #ffb3d6;
}

Sweet Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f5, #ffd6ed, #ffcce6, #ffbddd, #ffb3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f5, #ffd6ed, #ffcce6, #ffbddd, #ffb3d6);
}

Sweet Whispers color palette created on .