Whispers of Shinobu Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Shinobu palette

Condividi questa palette a:

tavolozza dei colori Whispers of Shinobu 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;
}

CSS con gradiente di sfondo Whispers of Shinobu

/* 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);
}

Whispers of Shinobu color palette created on .