Shades of Skin and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Skin and Green palette
Shades of Skin and Green color palette CSS
/* CSS */
.color-1 {
color: #f2d0a1;
}
.color-2 {
color: #c79c8f;
}
.color-3 {
color: #9f7f6f;
}
.color-4 {
color: #8ebe8e;
}
.color-5 {
color: #a6a9a2;
}
/* CSS Variables */
:root {
--color-1: #f2d0a1;
--color-2: #c79c8f;
--color-3: #9f7f6f;
--color-4: #8ebe8e;
--color-5: #a6a9a2;
}
Shades of Skin and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}
Similar color palettes
Scroll down to explore 100+ Soft color palettes
Shades of Skin and Green color palette created on .