Paleta de colores Misty Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Misty Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Misty Depths

/* CSS */
.color-1 {
color: #4a6a8c;
}
.color-2 {
color: #2f4a65;
}
.color-3 {
color: #b0c4d8;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #4a6a8c;
--color-2: #2f4a65;
--color-3: #b0c4d8;
--color-4: #ffffff;
--color-5: #000000;
}

CSS del degradado de fondo Misty Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6a8c, #2f4a65, #b0c4d8, #ffffff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6a8c, #2f4a65, #b0c4d8, #ffffff, #000000);
}

Misty Depths color palette created on .