Paleta de colores Shades of Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Teal palette
CSS de la paleta de colores Shades of Teal
/* CSS */
.color-1 {
color: #e8f0f2;
}
.color-2 {
color: #b7d4d7;
}
.color-3 {
color: #7ab3b8;
}
.color-4 {
color: #3c8c90;
}
.color-5 {
color: #1f5a5c;
}
/* CSS Variables */
:root {
--color-1: #e8f0f2;
--color-2: #b7d4d7;
--color-3: #7ab3b8;
--color-4: #3c8c90;
--color-5: #1f5a5c;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f0f2, #b7d4d7, #7ab3b8, #3c8c90, #1f5a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f0f2, #b7d4d7, #7ab3b8, #3c8c90, #1f5a5c);
}
Paletas de colores similares
Shades of Teal color palette created on .