Paleta de colores Mystic Teal Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Teal Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Teal Dream

/* CSS */
.color-1 {
color: #4eb7ac;
}
.color-2 {
color: #a4dfd9;
}
.color-3 {
color: #dff1f1;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #7e56c2;
}

/* CSS Variables */
:root {
--color-1: #4eb7ac;
--color-2: #a4dfd9;
--color-3: #dff1f1;
--color-4: #d1c3e9;
--color-5: #7e56c2;
}

CSS del degradado de fondo Mystic Teal Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4eb7ac, #a4dfd9, #dff1f1, #d1c3e9, #7e56c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4eb7ac, #a4dfd9, #dff1f1, #d1c3e9, #7e56c2);
}

Mystic Teal Dream color palette created on .