Red and Green Whoville Christmas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Green Whoville Christmas palette
Red and Green Whoville Christmas color palette CSS
/* CSS */
.color-1 {
color: #d82c2c;
}
.color-2 {
color: #ff5b29;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}
/* CSS Variables */
:root {
--color-1: #d82c2c;
--color-2: #ff5b29;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #277ca0;
}
Red and Green Whoville Christmas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c2c, #ff5b29, #f9c54e, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c2c, #ff5b29, #f9c54e, #91be6f, #277ca0);
}
Similar color palettes
Red and Green Whoville Christmas color palette created on .