Verdant Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Oasis palette
Verdant Oasis color palette CSS
/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #2acb3c;
}
.color-3 {
color: #80c879;
}
.color-4 {
color: #4fbf80;
}
.color-5 {
color: #1abc9c;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #2acb3c;
--color-3: #80c879;
--color-4: #4fbf80;
--color-5: #1abc9c;
}
Verdant Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #2acb3c, #80c879, #4fbf80, #1abc9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #2acb3c, #80c879, #4fbf80, #1abc9c);
}
Similar color palettes
Verdant Oasis color palette created on .