Festive Delights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Festive Delights palette
Festive Delights color palette CSS
/* CSS */
.color-1 {
color: #aa2c2c;
}
.color-2 {
color: #d93a3a;
}
.color-3 {
color: #eab8b8;
}
.color-4 {
color: #f9cfa4;
}
.color-5 {
color: #c4b6a6;
}
/* CSS Variables */
:root {
--color-1: #aa2c2c;
--color-2: #d93a3a;
--color-3: #eab8b8;
--color-4: #f9cfa4;
--color-5: #c4b6a6;
}
Festive Delights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa2c2c, #d93a3a, #eab8b8, #f9cfa4, #c4b6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa2c2c, #d93a3a, #eab8b8, #f9cfa4, #c4b6a6);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Festive Delights color palette created on .