Paleta de colores Midnight Berry Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Berry Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Berry Whispers

/* CSS */
.color-1 {
color: #6b7cff;
}
.color-2 {
color: #4f6dbf;
}
.color-3 {
color: #3f60a6;
}
.color-4 {
color: #a9c5e0;
}
.color-5 {
color: #f0e5ff;
}

/* CSS Variables */
:root {
--color-1: #6b7cff;
--color-2: #4f6dbf;
--color-3: #3f60a6;
--color-4: #a9c5e0;
--color-5: #f0e5ff;
}

CSS del degradado de fondo Midnight Berry Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}

Midnight Berry Whispers color palette created on .