Whispers of Shinobu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Shinobu palette
Whispers of Shinobu color palette CSS
/* CSS */
.color-1 {
color: #e5b0e8;
}
.color-2 {
color: #d48cc1;
}
.color-3 {
color: #a76c9a;
}
.color-4 {
color: #9c4f7d;
}
.color-5 {
color: #6d2c4d;
}
/* CSS Variables */
:root {
--color-1: #e5b0e8;
--color-2: #d48cc1;
--color-3: #a76c9a;
--color-4: #9c4f7d;
--color-5: #6d2c4d;
}
Whispers of Shinobu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b0e8, #d48cc1, #a76c9a, #9c4f7d, #6d2c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b0e8, #d48cc1, #a76c9a, #9c4f7d, #6d2c4d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Whispers of Shinobu color palette created on .