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: #ff5e3d;
}
.color-2 {
color: #ffa13d;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #c5ff3d;
}
.color-5 {
color: #3dff5e;
}

/* CSS Variables */
:root {
--color-1: #ff5e3d;
--color-2: #ffa13d;
--color-3: #ffcb3d;
--color-4: #c5ff3d;
--color-5: #3dff5e;
}

Whimsical Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e3d, #ffa13d, #ffcb3d, #c5ff3d, #3dff5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e3d, #ffa13d, #ffcb3d, #c5ff3d, #3dff5e);
}

Whimsical Delight color palette created on .