Paleta de colores Midnight Diamond

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Diamond palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Diamond

Download midnight diamond color palette PNG image (landscape)
Download midnight diamond color palette PNG image (square)

CSS de la paleta de colores Midnight Diamond

/* CSS */
.color-1 {
color: #4b3c67;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #9b7d9b;
}
.color-4 {
color: #d2a7c2;
}
.color-5 {
color: #fff0e5;
}

/* CSS Variables */
:root {
--color-1: #4b3c67;
--color-2: #6a5b8b;
--color-3: #9b7d9b;
--color-4: #d2a7c2;
--color-5: #fff0e5;
}

CSS del degradado de fondo Midnight Diamond

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c67, #6a5b8b, #9b7d9b, #d2a7c2, #fff0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c67, #6a5b8b, #9b7d9b, #d2a7c2, #fff0e5);
}

Midnight Diamond color palette created on .