Paleta de colores Turquoise Crystal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Crystal palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Crystal

/* CSS */
.color-1 {
color: #a9e5e0;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #f3c4d3;
}
.color-4 {
color: #f6b4a2;
}
.color-5 {
color: #f9cf5d;
}

/* CSS Variables */
:root {
--color-1: #a9e5e0;
--color-2: #b3e0e6;
--color-3: #f3c4d3;
--color-4: #f6b4a2;
--color-5: #f9cf5d;
}

CSS del degradado de fondo Turquoise Crystal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}

Turquoise Crystal color palette created on .