Paleta de colores Enigmatic Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enigmatic Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Enigmatic Whispers

/* CSS */
.color-1 {
color: #5a3f88;
}
.color-2 {
color: #795b9a;
}
.color-3 {
color: #a37cb6;
}
.color-4 {
color: #d19fc6;
}
.color-5 {
color: #f3c9e1;
}

/* CSS Variables */
:root {
--color-1: #5a3f88;
--color-2: #795b9a;
--color-3: #a37cb6;
--color-4: #d19fc6;
--color-5: #f3c9e1;
}

CSS del degradado de fondo Enigmatic Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3f88, #795b9a, #a37cb6, #d19fc6, #f3c9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3f88, #795b9a, #a37cb6, #d19fc6, #f3c9e1);
}

Enigmatic Whispers color palette created on .