Loading...
Christmas Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Christmas Green palette
Download Christmas Green Color Palette (PNG)
Christmas Green color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe28a;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #007a6c;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffb84d;
--color-3: #ffe28a;
--color-4: #4eb7ac;
--color-5: #007a6c;
}
Christmas Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffb84d, #ffe28a, #4eb7ac, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffb84d, #ffe28a, #4eb7ac, #007a6c);
}
Similar color palettes
Christmas Green color palette created on .