Paleta de colores Shades of Mystic Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Mystic Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Mystic Blue

/* CSS */
.color-1 {
color: #b6d8d1;
}
.color-2 {
color: #9fc6bf;
}
.color-3 {
color: #7ab8ae;
}
.color-4 {
color: #4caeac;
}
.color-5 {
color: #2b9c9a;
}

/* CSS Variables */
:root {
--color-1: #b6d8d1;
--color-2: #9fc6bf;
--color-3: #7ab8ae;
--color-4: #4caeac;
--color-5: #2b9c9a;
}

CSS del degradado de fondo Shades of Mystic Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d8d1, #9fc6bf, #7ab8ae, #4caeac, #2b9c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d8d1, #9fc6bf, #7ab8ae, #4caeac, #2b9c9a);
}

Shades of Mystic Blue color palette created on .