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: #a1d3e8;
}
.color-2 {
color: #f3e99b;
}
.color-3 {
color: #f0b6a3;
}
.color-4 {
color: #f48a8a;
}
.color-5 {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #f3e99b;
--color-3: #f0b6a3;
--color-4: #f48a8a;
--color-5: #f2dfc0;
}
CSS del degradado de fondo Tropical Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #f3e99b, #f0b6a3, #f48a8a, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #f3e99b, #f0b6a3, #f48a8a, #f2dfc0);
}
Paletas de colores similares
Tropical Breeze color palette created on .