Whispers of the Yokai Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Yokai palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Yokai CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #e6b2b5;
}
.color-3 {
color: #d69fb0;
}
.color-4 {
color: #c5a4c6;
}
.color-5 {
color: #b7a1e3;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #e6b2b5;
--color-3: #d69fb0;
--color-4: #c5a4c6;
--color-5: #b7a1e3;
}

CSS con gradiente di sfondo Whispers of the Yokai

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #e6b2b5, #d69fb0, #c5a4c6, #b7a1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #e6b2b5, #d69fb0, #c5a4c6, #b7a1e3);
}

Whispers of the Yokai color palette created on .