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: #f2d2b1;
}
.color-2 {
color: #dae0b2;
}
.color-3 {
color: #a2b79e;
}
.color-4 {
color: #009e9e;
}
.color-5 {
color: #b2e0e0;
}

/* CSS Variables */
:root {
--color-1: #f2d2b1;
--color-2: #dae0b2;
--color-3: #a2b79e;
--color-4: #009e9e;
--color-5: #b2e0e0;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d2b1, #dae0b2, #a2b79e, #009e9e, #b2e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d2b1, #dae0b2, #a2b79e, #009e9e, #b2e0e0);
}

Teal Breeze color palette created on .