Paleta de colores Tropical Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Breeze

/* CSS */
.color-1 {
color: #1ab0c7;
}
.color-2 {
color: #4bc7d8;
}
.color-3 {
color: #9fe5e1;
}
.color-4 {
color: #ffcf4d;
}
.color-5 {
color: #f76a55;
}

/* CSS Variables */
:root {
--color-1: #1ab0c7;
--color-2: #4bc7d8;
--color-3: #9fe5e1;
--color-4: #ffcf4d;
--color-5: #f76a55;
}

CSS del degradado de fondo Tropical Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab0c7, #4bc7d8, #9fe5e1, #ffcf4d, #f76a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab0c7, #4bc7d8, #9fe5e1, #ffcf4d, #f76a55);
}

Paletas de colores similares

Tropical Breeze color palette created on .