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