Paleta de colores Tropical Retro Vibes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Retro Vibes palette
Imagen PNG de la paleta de colores Tropical Retro Vibes
CSS de la paleta de colores Tropical Retro Vibes
/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #5db69f;
}
.color-3 {
color: #8fdc9d;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d64e24;
}
/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #5db69f;
--color-3: #8fdc9d;
--color-4: #f5c400;
--color-5: #d64e24;
}
CSS del degradado de fondo Tropical Retro Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Aguamarina
Tropical Retro Vibes color palette created on .