Nourishing Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nourishing Green palette
Nourishing Green color palette CSS
/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #efaf67;
}
.color-4 {
color: #d4c687;
}
.color-5 {
color: #a3c8b6;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #efaf67;
--color-4: #d4c687;
--color-5: #a3c8b6;
}
Nourishing Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #efaf67, #d4c687, #a3c8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #efaf67, #d4c687, #a3c8b6);
}
Similar color palettes
Nourishing Green color palette created on .