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: #f6d798;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #a86d00;
}
.color-4 {
color: #804d00;
}
.color-5 {
color: #4d3d00;
}

/* CSS Variables */
:root {
--color-1: #f6d798;
--color-2: #f0a800;
--color-3: #a86d00;
--color-4: #804d00;
--color-5: #4d3d00;
}

Dandy Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d798, #f0a800, #a86d00, #804d00, #4d3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d798, #f0a800, #a86d00, #804d00, #4d3d00);
}

Dandy Delight color palette created on .