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: #2d9a8c;
}
.color-2 {
color: #3b6f91;
}
.color-3 {
color: #5f4c8a;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f19dbc;
}
/* CSS Variables */
:root {
--color-1: #2d9a8c;
--color-2: #3b6f91;
--color-3: #5f4c8a;
--color-4: #f6b83c;
--color-5: #f19dbc;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d9a8c, #3b6f91, #5f4c8a, #f6b83c, #f19dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d9a8c, #3b6f91, #5f4c8a, #f6b83c, #f19dbc);
}
Paletas de colores similares
Shades of Teal color palette created on .