Earthy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Serenity palette
Earthy Serenity color palette CSS
/* CSS */
.color-1 {
color: #d6c7a4;
}
.color-2 {
color: #b7d99b;
}
.color-3 {
color: #a5cfa5;
}
.color-4 {
color: #7db091;
}
.color-5 {
color: #4c905c;
}
/* CSS Variables */
:root {
--color-1: #d6c7a4;
--color-2: #b7d99b;
--color-3: #a5cfa5;
--color-4: #7db091;
--color-5: #4c905c;
}
Earthy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7a4, #b7d99b, #a5cfa5, #7db091, #4c905c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7a4, #b7d99b, #a5cfa5, #7db091, #4c905c);
}
Similar color palettes
Scroll down to explore 70+ Beige color palettes
Earthy Serenity color palette created on .