Whispers of Verdant Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Verdant Serenity palette
Whispers of Verdant Serenity color palette CSS
/* CSS */
.color-1 {
color: #fbfefb;
}
.color-2 {
color: #e3fae0;
}
.color-3 {
color: #cef5cc;
}
.color-4 {
color: #a7f1c5;
}
.color-5 {
color: #74cdc3;
}
/* CSS Variables */
:root {
--color-1: #fbfefb;
--color-2: #e3fae0;
--color-3: #cef5cc;
--color-4: #a7f1c5;
--color-5: #74cdc3;
}
Whispers of Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfefb, #e3fae0, #cef5cc, #a7f1c5, #74cdc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfefb, #e3fae0, #cef5cc, #a7f1c5, #74cdc3);
}
Similar color palettes
Whispers of Verdant Serenity color palette created on .