Paleta de colores Teal Tropical
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Tropical palette
CSS de la paleta de colores Teal Tropical
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ffd900;
--color-3: #ffffff;
--color-4: #ffad42;
--color-5: #ff6e61;
}
CSS del degradado de fondo Teal Tropical
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ffd900, #ffffff, #ffad42, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ffd900, #ffffff, #ffad42, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Tropical
Teal Tropical color palette created on .