Paleta de colores Midnight Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Whisper

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #6c4b4b;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #d9d3c4;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #6c4b4b;
--color-3: #a79e90;
--color-4: #d9d3c4;
--color-5: #ffffff;
}

CSS del degradado de fondo Midnight Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #6c4b4b, #a79e90, #d9d3c4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #6c4b4b, #a79e90, #d9d3c4, #ffffff);
}

Midnight Whisper color palette created on .