Shades of Skin and Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Skin and Green palette
tavolozza dei colori Shades of Skin and Green 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;
}
CSS con gradiente di sfondo Shades of Skin and Green
/* 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);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Morbido
Shades of Skin and Green color palette created on .