Whispers of Solitude Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Solitude palette

Condividi questa palette a:

tavolozza dei colori Whispers of Solitude CSS

/* CSS */
.color-1 {
color: #c2c2e5;
}
.color-2 {
color: #b5a1d3;
}
.color-3 {
color: #9d7bb7;
}
.color-4 {
color: #794b8b;
}
.color-5 {
color: #4d2a55;
}

/* CSS Variables */
:root {
--color-1: #c2c2e5;
--color-2: #b5a1d3;
--color-3: #9d7bb7;
--color-4: #794b8b;
--color-5: #4d2a55;
}

CSS con gradiente di sfondo Whispers of Solitude

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c2e5, #b5a1d3, #9d7bb7, #794b8b, #4d2a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c2e5, #b5a1d3, #9d7bb7, #794b8b, #4d2a55);
}

Whispers of Solitude color palette created on .