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: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d3a6c8;
}
.color-4 {
color: #b7fbbe;
}
.color-5 {
color: #a1e8e5;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d3a6c8;
--color-4: #b7fbbe;
--color-5: #a1e8e5;
}

Sweet Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d3a6c8, #b7fbbe, #a1e8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d3a6c8, #b7fbbe, #a1e8e5);
}

Sweet Whimsy color palette created on .