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: #ff7094;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ffeedb;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #ff7094;
--color-2: #ffb3d1;
--color-3: #ffeedb;
--color-4: #ffc29e;
--color-5: #ff667d;
}

Sweet Whimsy background gradient CSS

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

Sweet Whimsy color palette created on .