Shades of Teal Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Teal palette
tavolozza dei colori Shades of Teal CSS
/* CSS */
.color-1 {
color: #a3e0d3;
}
.color-2 {
color: #8dd3c0;
}
.color-3 {
color: #71b7a2;
}
.color-4 {
color: #4b9b8e;
}
.color-5 {
color: #2c817c;
}
/* CSS Variables */
:root {
--color-1: #a3e0d3;
--color-2: #8dd3c0;
--color-3: #71b7a2;
--color-4: #4b9b8e;
--color-5: #2c817c;
}
CSS con gradiente di sfondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0d3, #8dd3c0, #71b7a2, #4b9b8e, #2c817c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0d3, #8dd3c0, #71b7a2, #4b9b8e, #2c817c);
}
Tavolozze di colori simili
Shades of Teal color palette created on .