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: #ff6e61;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f9d6ae;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #9ed5e5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f1a8a2;
--color-3: #f9d6ae;
--color-4: #f0e78e;
--color-5: #9ed5e5;
}
Dandy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f1a8a2, #f9d6ae, #f0e78e, #9ed5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f1a8a2, #f9d6ae, #f0e78e, #9ed5e5);
}
Similar color palettes
Dandy Delight color palette created on .