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: #f0a800;
}
.color-2 {
color: #f1c5a7;
}
.color-3 {
color: #f5e4c2;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #5c9ad1;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c5a7;
--color-3: #f5e4c2;
--color-4: #a3d7e0;
--color-5: #5c9ad1;
}

Dandy Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c5a7, #f5e4c2, #a3d7e0, #5c9ad1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c5a7, #f5e4c2, #a3d7e0, #5c9ad1);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Dandy Delight color palette created on .