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: #f9b1ae;
}
.color-2 {
color: #f7d9d9;
}
.color-3 {
color: #ffd9b3;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f7d9d9;
--color-3: #ffd9b3;
--color-4: #ffc29e;
--color-5: #ff667d;
}

Sweet Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f7d9d9, #ffd9b3, #ffc29e, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f7d9d9, #ffd9b3, #ffc29e, #ff667d);
}

Sweet Whimsy color palette created on .