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