Verdant Serenity Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Serenity Spectrum palette
Verdant Serenity Spectrum color palette CSS
/* CSS */
.color-1 {
color: #b8e6b3;
}
.color-2 {
color: #62eaaa;
}
.color-3 {
color: #7db58f;
}
.color-4 {
color: #40a082;
}
.color-5 {
color: #807647;
}
/* CSS Variables */
:root {
--color-1: #b8e6b3;
--color-2: #62eaaa;
--color-3: #7db58f;
--color-4: #40a082;
--color-5: #807647;
}
Verdant Serenity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e6b3, #62eaaa, #7db58f, #40a082, #807647);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e6b3, #62eaaa, #7db58f, #40a082, #807647);
}
Similar color palettes
Scroll down to explore 3 Mint green color palettes
Verdant Serenity Spectrum color palette created on .