Whispers of Dazai Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dazai palette
Whispers of Dazai color palette CSS
/* CSS */
.color-1 {
color: #7e6c9d;
}
.color-2 {
color: #b69cc9;
}
.color-3 {
color: #f1c6d4;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ff8f8f;
}
/* CSS Variables */
:root {
--color-1: #7e6c9d;
--color-2: #b69cc9;
--color-3: #f1c6d4;
--color-4: #ffb3b3;
--color-5: #ff8f8f;
}
Whispers of Dazai background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e6c9d, #b69cc9, #f1c6d4, #ffb3b3, #ff8f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e6c9d, #b69cc9, #f1c6d4, #ffb3b3, #ff8f8f);
}
Similar color palettes
Whispers of Dazai color palette created on .