Paleta de colores Tropical Mirage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Mirage palette
Descargar la paleta de colores Tropical Mirage (PNG)
CSS de la paleta de colores Tropical Mirage
/* CSS */
.color-1 {
color: #1e718f;
}
.color-2 {
color: #3cb9b3;
}
.color-3 {
color: #5ff7d3;
}
.color-4 {
color: #93f1a4;
}
.color-5 {
color: #ffdf6b;
}
/* CSS Variables */
:root {
--color-1: #1e718f;
--color-2: #3cb9b3;
--color-3: #5ff7d3;
--color-4: #93f1a4;
--color-5: #ffdf6b;
}
CSS del degradado de fondo Tropical Mirage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e718f, #3cb9b3, #5ff7d3, #93f1a4, #ffdf6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e718f, #3cb9b3, #5ff7d3, #93f1a4, #ffdf6b);
}
Paletas de colores similares
Tropical Mirage color palette created on .