Paleta de colores Teal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Breeze

/* CSS */
.color-1 {
color: #2691cf;
}
.color-2 {
color: #43d0d0;
}
.color-3 {
color: #80e5cd;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f89b9b;
}

/* CSS Variables */
:root {
--color-1: #2691cf;
--color-2: #43d0d0;
--color-3: #80e5cd;
--color-4: #f6c5a2;
--color-5: #f89b9b;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2691cf, #43d0d0, #80e5cd, #f6c5a2, #f89b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2691cf, #43d0d0, #80e5cd, #f6c5a2, #f89b9b);
}

Teal Breeze color palette created on .