Loading...

Paleta de colores Teal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Breeze palette

Compartir esta paleta en:

Descargar la paleta de colores Teal Breeze (PNG)

Download teal breeze color palette PNG image (landscape)
Download teal breeze color palette PNG image (square)

CSS de la paleta de colores Teal Breeze

/* CSS */
.color-1 {
color: #8cc1d4;
}
.color-2 {
color: #a3dbd8;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #f97a1f;
}

/* CSS Variables */
:root {
--color-1: #8cc1d4;
--color-2: #a3dbd8;
--color-3: #f6c5b1;
--color-4: #f9b1ae;
--color-5: #f97a1f;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}

Teal Breeze color palette created on .