Paleta de colores Teal Cleanliness

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Cleanliness palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Cleanliness

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #a0cac5;
}
.color-3 {
color: #b5e3d6;
}
.color-4 {
color: #e4f7e4;
}
.color-5 {
color: #b2e1c9;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #a0cac5;
--color-3: #b5e3d6;
--color-4: #e4f7e4;
--color-5: #b2e1c9;
}

CSS del degradado de fondo Teal Cleanliness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #a0cac5, #b5e3d6, #e4f7e4, #b2e1c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #a0cac5, #b5e3d6, #e4f7e4, #b2e1c9);
}

Teal Cleanliness color palette created on .