Sweet Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Whimsy palette

Share this palette to:

Sweet Whimsy color palette CSS

/* CSS */
.color-1 {
color: #ff80ae;
}
.color-2 {
color: #ffa8aa;
}
.color-3 {
color: #ffc0b8;
}
.color-4 {
color: #ffefcc;
}
.color-5 {
color: #d9d2e9;
}

/* CSS Variables */
:root {
--color-1: #ff80ae;
--color-2: #ffa8aa;
--color-3: #ffc0b8;
--color-4: #ffefcc;
--color-5: #d9d2e9;
}

Sweet Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80ae, #ffa8aa, #ffc0b8, #ffefcc, #d9d2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80ae, #ffa8aa, #ffc0b8, #ffefcc, #d9d2e9);
}

Sweet Whimsy color palette created on .