Emerald Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Shadows palette
Emerald Shadows color palette CSS
/* CSS */
.color-1 {
color: #3a5f3f;
}
.color-2 {
color: #4d7a4d;
}
.color-3 {
color: #6ebf6e;
}
.color-4 {
color: #9edc9e;
}
.color-5 {
color: #c5e7c5;
}
/* CSS Variables */
:root {
--color-1: #3a5f3f;
--color-2: #4d7a4d;
--color-3: #6ebf6e;
--color-4: #9edc9e;
--color-5: #c5e7c5;
}
Emerald Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5f3f, #4d7a4d, #6ebf6e, #9edc9e, #c5e7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5f3f, #4d7a4d, #6ebf6e, #9edc9e, #c5e7c5);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Emerald Shadows color palette created on .