Whimsical Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Delight palette

Share this palette to:

Whimsical Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a9d40c;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #ff8fdd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #a9d40c;
--color-4: #4eb7ac;
--color-5: #ff8fdd;
}

Whimsical Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #a9d40c, #4eb7ac, #ff8fdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #a9d40c, #4eb7ac, #ff8fdd);
}

Whimsical Delight color palette created on .