Paleta de colores Midnight Biscuit Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Biscuit Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Biscuit Dreams

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #8184b1;
}
.color-4 {
color: #b4a88e;
}
.color-5 {
color: #e3c5a6;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #4b4e7c;
--color-3: #8184b1;
--color-4: #b4a88e;
--color-5: #e3c5a6;
}

CSS del degradado de fondo Midnight Biscuit Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #4b4e7c, #8184b1, #b4a88e, #e3c5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #4b4e7c, #8184b1, #b4a88e, #e3c5a6);
}

Midnight Biscuit Dreams color palette created on .