Skin Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Skin Tones palette

Condividi questa palette a:

tavolozza dei colori Skin Tones CSS

/* CSS */
.color-1 {
color: #f8d8c4;
}
.color-2 {
color: #f2b4a6;
}
.color-3 {
color: #e38a7d;
}
.color-4 {
color: #d17261;
}
.color-5 {
color: #b1534e;
}

/* CSS Variables */
:root {
--color-1: #f8d8c4;
--color-2: #f2b4a6;
--color-3: #e38a7d;
--color-4: #d17261;
--color-5: #b1534e;
}

CSS con gradiente di sfondo Skin Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8c4, #f2b4a6, #e38a7d, #d17261, #b1534e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8c4, #f2b4a6, #e38a7d, #d17261, #b1534e);
}

Skin Tones color palette created on .