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: #f6a2a2;
}
.color-2 {
color: #f9c6a4;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #a2d2e2;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f9c6a4;
--color-3: #f2e2a1;
--color-4: #a2d2e2;
--color-5: #a1c6d4;
}

Sweet Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f9c6a4, #f2e2a1, #a2d2e2, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f9c6a4, #f2e2a1, #a2d2e2, #a1c6d4);
}

Sweet Whispers color palette created on .