Whispers of Kazuha Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Kazuha palette

Share this palette to:

Whispers of Kazuha color palette CSS

/* CSS */
.color-1 {
color: #e2b6c4;
}
.color-2 {
color: #f1d0c6;
}
.color-3 {
color: #f4e5c8;
}
.color-4 {
color: #d4e8d4;
}
.color-5 {
color: #b2d6e0;
}

/* CSS Variables */
:root {
--color-1: #e2b6c4;
--color-2: #f1d0c6;
--color-3: #f4e5c8;
--color-4: #d4e8d4;
--color-5: #b2d6e0;
}

Whispers of Kazuha background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b6c4, #f1d0c6, #f4e5c8, #d4e8d4, #b2d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b6c4, #f1d0c6, #f4e5c8, #d4e8d4, #b2d6e0);
}

Whispers of Kazuha color palette created on .