Paleta de colores Morning Mist Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Morning Mist Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Morning Mist Serenity

/* CSS */
.color-1 {
color: #4b5e71;
}
.color-2 {
color: #6f798b;
}
.color-3 {
color: #a8b3c2;
}
.color-4 {
color: #d1c7b7;
}
.color-5 {
color: #e9b386;
}

/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #6f798b;
--color-3: #a8b3c2;
--color-4: #d1c7b7;
--color-5: #e9b386;
}

CSS del degradado de fondo Morning Mist Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #6f798b, #a8b3c2, #d1c7b7, #e9b386);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #6f798b, #a8b3c2, #d1c7b7, #e9b386);
}

Morning Mist Serenity color palette created on .