Celtic Greens Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celtic Greens palette
Celtic Greens color palette CSS
/* CSS */
.color-1 {
color: #0a2419;
}
.color-2 {
color: #0f382b;
}
.color-3 {
color: #154738;
}
.color-4 {
color: #1b6f54;
}
.color-5 {
color: #279163;
}
/* CSS Variables */
:root {
--color-1: #0a2419;
--color-2: #0f382b;
--color-3: #154738;
--color-4: #1b6f54;
--color-5: #279163;
}
Celtic Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2419, #0f382b, #154738, #1b6f54, #279163);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2419, #0f382b, #154738, #1b6f54, #279163);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Celtic Greens color palette created on .