Verdant Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Ember palette
Verdant Ember color palette CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #28af60;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #d63f2e;
--color-3: #2b3d50;
--color-4: #f9e79f;
--color-5: #28af60;
}
Verdant Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Verdant Ember color palette created on .