Festive Cookie Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Festive Cookie Delight palette
Festive Cookie Delight color palette CSS
/* CSS */
.color-1 {
color: #a82424;
}
.color-2 {
color: #d03e3e;
}
.color-3 {
color: #f6aa92;
}
.color-4 {
color: #f2d78c;
}
.color-5 {
color: #e5ccae;
}
/* CSS Variables */
:root {
--color-1: #a82424;
--color-2: #d03e3e;
--color-3: #f6aa92;
--color-4: #f2d78c;
--color-5: #e5ccae;
}
Festive Cookie Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a82424, #d03e3e, #f6aa92, #f2d78c, #e5ccae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a82424, #d03e3e, #f6aa92, #f2d78c, #e5ccae);
}
Similar color palettes
Festive Cookie Delight color palette created on .