Dandy Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy Delight palette

Share this palette to:

Dandy Delight color palette CSS

/* CSS */
.color-1 {
color: #f8c24f;
}
.color-2 {
color: #f1a950;
}
.color-3 {
color: #f07b3d;
}
.color-4 {
color: #d0552f;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #f8c24f;
--color-2: #f1a950;
--color-3: #f07b3d;
--color-4: #d0552f;
--color-5: #a62b2b;
}

Dandy Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c24f, #f1a950, #f07b3d, #d0552f, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c24f, #f1a950, #f07b3d, #d0552f, #a62b2b);
}

Dandy Delight color palette created on .