Paleta de colores Tanzanite Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tanzanite Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Tanzanite Delight

/* CSS */
.color-1 {
color: #4c94dc;
}
.color-2 {
color: #6ab6e2;
}
.color-3 {
color: #9fc4e0;
}
.color-4 {
color: #f2a1c1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4c94dc;
--color-2: #6ab6e2;
--color-3: #9fc4e0;
--color-4: #f2a1c1;
--color-5: #ff6e61;
}

CSS del degradado de fondo Tanzanite Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94dc, #6ab6e2, #9fc4e0, #f2a1c1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94dc, #6ab6e2, #9fc4e0, #f2a1c1, #ff6e61);
}

Tanzanite Delight color palette created on .