Verdant Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Dreams palette
Verdant Dreams color palette CSS
/* CSS */
.color-1 {
color: #9dba6d;
}
.color-2 {
color: #aad5b8;
}
.color-3 {
color: #e3f5a8;
}
.color-4 {
color: #f1d76f;
}
.color-5 {
color: #c8a96f;
}
/* CSS Variables */
:root {
--color-1: #9dba6d;
--color-2: #aad5b8;
--color-3: #e3f5a8;
--color-4: #f1d76f;
--color-5: #c8a96f;
}
Verdant Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dba6d, #aad5b8, #e3f5a8, #f1d76f, #c8a96f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dba6d, #aad5b8, #e3f5a8, #f1d76f, #c8a96f);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Verdant Dreams color palette created on .