Paleta de colores Whispers of Yurei

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Yurei palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Yurei

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f9d4a4;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #c4a3e0;
}
.color-5 {
color: #7b4c7b;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f9d4a4;
--color-3: #e9b79f;
--color-4: #c4a3e0;
--color-5: #7b4c7b;
}

CSS del degradado de fondo Whispers of Yurei

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f9d4a4, #e9b79f, #c4a3e0, #7b4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f9d4a4, #e9b79f, #c4a3e0, #7b4c7b);
}

Whispers of Yurei color palette created on .