Paleta de colores Rustic Midnight Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Midnight Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Midnight Whisper

/* CSS */
.color-1 {
color: #e0e1e1;
}
.color-2 {
color: #99584d;
}
.color-3 {
color: #494648;
}
.color-4 {
color: #4e312c;
}
.color-5 {
color: #2b2322;
}

/* CSS Variables */
:root {
--color-1: #e0e1e1;
--color-2: #99584d;
--color-3: #494648;
--color-4: #4e312c;
--color-5: #2b2322;
}

CSS del degradado de fondo Rustic Midnight Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e1e1, #99584d, #494648, #4e312c, #2b2322);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e1e1, #99584d, #494648, #4e312c, #2b2322);
}

Paletas de colores similares

Rustic Midnight Whisper color palette created on .