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: #37b7c3;
}
.color-2 {
color: #1f9e99;
}
.color-3 {
color: #1a7f7d;
}
.color-4 {
color: #4cd4d6;
}
.color-5 {
color: #a4e5e3;
}
/* CSS Variables */
:root {
--color-1: #37b7c3;
--color-2: #1f9e99;
--color-3: #1a7f7d;
--color-4: #4cd4d6;
--color-5: #a4e5e3;
}
CSS con gradiente di sfondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37b7c3, #1f9e99, #1a7f7d, #4cd4d6, #a4e5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37b7c3, #1f9e99, #1a7f7d, #4cd4d6, #a4e5e3);
}
Tavolozze di colori simili
Shades of Teal color palette created on .