Shades of Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Teal palette

Condividi questa palette a:

tavolozza dei colori Shades of Teal CSS

/* CSS */
.color-1 {
color: #2c383a;
}
.color-2 {
color: #3b4c4e;
}
.color-3 {
color: #4e5c5f;
}
.color-4 {
color: #8fa2a3;
}
.color-5 {
color: #b3c5c6;
}

/* CSS Variables */
:root {
--color-1: #2c383a;
--color-2: #3b4c4e;
--color-3: #4e5c5f;
--color-4: #8fa2a3;
--color-5: #b3c5c6;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c383a, #3b4c4e, #4e5c5f, #8fa2a3, #b3c5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c383a, #3b4c4e, #4e5c5f, #8fa2a3, #b3c5c6);
}

Shades of Teal color palette created on .