Verdant Emberfield Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Emberfield palette
Verdant Emberfield color palette CSS
/* CSS */
.color-1 {
color: #69bf8a;
}
.color-2 {
color: #3c8b4a;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #e77a32;
}
.color-5 {
color: #d24732;
}
/* CSS Variables */
:root {
--color-1: #69bf8a;
--color-2: #3c8b4a;
--color-3: #f4b943;
--color-4: #e77a32;
--color-5: #d24732;
}
Verdant Emberfield background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}
Similar color palettes
Verdant Emberfield color palette created on .