Festive Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Festive Harmony palette
Festive Harmony color palette CSS
/* CSS */
.color-1 {
color: #c72929;
}
.color-2 {
color: #da6264;
}
.color-3 {
color: #6ebf73;
}
.color-4 {
color: #3fa643;
}
.color-5 {
color: #2f8933;
}
/* CSS Variables */
:root {
--color-1: #c72929;
--color-2: #da6264;
--color-3: #6ebf73;
--color-4: #3fa643;
--color-5: #2f8933;
}
Festive Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c72929, #da6264, #6ebf73, #3fa643, #2f8933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c72929, #da6264, #6ebf73, #3fa643, #2f8933);
}
Similar color palettes
Festive Harmony color palette created on .