Celtic Greens Color Palette
Discover the beautiful Celtic Greens color palette featuring bush (#0a2419), bush (#0f382a), green pea (#154738), green pea (#1b6f54) and eucalyptus (#279163).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Celtic Greens palette
💻 Celtic Greens color palette CSS
/* CSS */
.color-1 {
color: #0a2419;
}
.color-2 {
color: #0f382a;
}
.color-3 {
color: #154738;
}
.color-4 {
color: #1b6f54;
}
.color-5 {
color: #279163;
}
/* CSS Variables */
:root {
--color-1: #0a2419;
--color-2: #0f382a;
--color-3: #154738;
--color-4: #1b6f54;
--color-5: #279163;
} 🌈 Celtic Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2419, #0f382a, #154738, #1b6f54, #279163);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2419, #0f382a, #154738, #1b6f54, #279163);
} 🔗 Explore similar color palettes
Celtic Greens color palette created on .