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: #00c7b3;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #00998a;
}
.color-4 {
color: #00806f;
}
.color-5 {
color: #00665f;
}
/* CSS Variables */
:root {
--color-1: #00c7b3;
--color-2: #00b39e;
--color-3: #00998a;
--color-4: #00806f;
--color-5: #00665f;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00c7b3, #00b39e, #00998a, #00806f, #00665f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00c7b3, #00b39e, #00998a, #00806f, #00665f);
}
Paletas de colores similares
Shades of Teal color palette created on .