Paleta de colores Celestial Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Mist palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Mist

/* CSS */
.color-1 {
color: #d7e1f4;
}
.color-2 {
color: #a7c6e6;
}
.color-3 {
color: #7da9d9;
}
.color-4 {
color: #4a7ca5;
}
.color-5 {
color: #2b5c88;
}

/* CSS Variables */
:root {
--color-1: #d7e1f4;
--color-2: #a7c6e6;
--color-3: #7da9d9;
--color-4: #4a7ca5;
--color-5: #2b5c88;
}

CSS del degradado de fondo Celestial Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e1f4, #a7c6e6, #7da9d9, #4a7ca5, #2b5c88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e1f4, #a7c6e6, #7da9d9, #4a7ca5, #2b5c88);
}

Celestial Mist color palette created on .