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