Paleta de colores Shades of Skin Tone
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Skin Tone palette
CSS de la paleta de colores Shades of Skin Tone
/* CSS */
.color-1 {
color: #f3dac9;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d29a8e;
}
.color-4 {
color: #b88c7a;
}
.color-5 {
color: #a57a6f;
}
/* CSS Variables */
:root {
--color-1: #f3dac9;
--color-2: #e2b8a2;
--color-3: #d29a8e;
--color-4: #b88c7a;
--color-5: #a57a6f;
}
CSS del degradado de fondo Shades of Skin Tone
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3dac9, #e2b8a2, #d29a8e, #b88c7a, #a57a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3dac9, #e2b8a2, #d29a8e, #b88c7a, #a57a6f);
}
Paletas de colores similares
Shades of Skin Tone color palette created on .