Whispers of the Yokai Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Yokai palette

Share this palette to:

Whispers of the Yokai color palette 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;
}

Whispers of the Yokai background gradient CSS

/* 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 .