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: #05afb8;
}
.color-2 {
color: #a1e8e3;
}
.color-3 {
color: #f0ffff;
}
.color-4 {
color: #f7f9f5;
}
.color-5 {
color: #fff8e0;
}

/* CSS Variables */
:root {
--color-1: #05afb8;
--color-2: #a1e8e3;
--color-3: #f0ffff;
--color-4: #f7f9f5;
--color-5: #fff8e0;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05afb8, #a1e8e3, #f0ffff, #f7f9f5, #fff8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05afb8, #a1e8e3, #f0ffff, #f7f9f5, #fff8e0);
}

Teal Breeze color palette created on .