Paleta de colores Tropical Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Breeze palette
CSS de la paleta de colores Tropical Breeze
/* CSS */
.color-1 {
color: #6bb9e6;
}
.color-2 {
color: #76d6c9;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f77d2b;
}
.color-5 {
color: #c84c4c;
}
/* CSS Variables */
:root {
--color-1: #6bb9e6;
--color-2: #76d6c9;
--color-3: #ffb84d;
--color-4: #f77d2b;
--color-5: #c84c4c;
}
CSS del degradado de fondo Tropical Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb9e6, #76d6c9, #ffb84d, #f77d2b, #c84c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb9e6, #76d6c9, #ffb84d, #f77d2b, #c84c4c);
}
Paletas de colores similares
Tropical Breeze color palette created on .