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: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffb56b;
}
.color-4 {
color: #ffe8a3;
}
.color-5 {
color: #ffb3d1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffb56b;
--color-4: #ffe8a3;
--color-5: #ffb3d1;
}

Sweet Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffb56b, #ffe8a3, #ffb3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffb56b, #ffe8a3, #ffb3d1);
}

Sweet Whimsy color palette created on .