Dandy Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dandy Delight palette
Dandy Delight color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f1a2b4;
}
.color-3 {
color: #f97c39;
}
.color-4 {
color: #74c3a7;
}
.color-5 {
color: #5b7f9a;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f1a2b4;
--color-3: #f97c39;
--color-4: #74c3a7;
--color-5: #5b7f9a;
}
Dandy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f1a2b4, #f97c39, #74c3a7, #5b7f9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f1a2b4, #f97c39, #74c3a7, #5b7f9a);
}
Similar color palettes
Dandy Delight color palette created on .