Verdant Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Serenity palette
Verdant Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #4c9a74;
}
.color-3 {
color: #3c6d57;
}
.color-4 {
color: #c1d4b5;
}
.color-5 {
color: #f6f1d5;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #4c9a74;
--color-3: #3c6d57;
--color-4: #c1d4b5;
--color-5: #f6f1d5;
}
Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #4c9a74, #3c6d57, #c1d4b5, #f6f1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #4c9a74, #3c6d57, #c1d4b5, #f6f1d5);
}
Similar color palettes
Verdant Serenity color palette created on .