Bright Skin Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Skin Tones palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bright Skin Tones

Download bright skin tones color palette PNG image (landscape)
Download bright skin tones color palette PNG image (square)

tavolozza dei colori Bright Skin Tones CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e8a;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffe0d1;
}
.color-5 {
color: #fff7f5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e8a;
--color-3: #ffb69e;
--color-4: #ffe0d1;
--color-5: #fff7f5;
}

CSS con gradiente di sfondo Bright Skin Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}

Bright Skin Tones color palette created on .