Whispers of the Maw Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Maw palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Maw CSS

/* CSS */
.color-1 {
color: #9c6f9f;
}
.color-2 {
color: #b48ac7;
}
.color-3 {
color: #f2d4e1;
}
.color-4 {
color: #fbc2a7;
}
.color-5 {
color: #e8a67d;
}

/* CSS Variables */
:root {
--color-1: #9c6f9f;
--color-2: #b48ac7;
--color-3: #f2d4e1;
--color-4: #fbc2a7;
--color-5: #e8a67d;
}

CSS con gradiente di sfondo Whispers of the Maw

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}

Whispers of the Maw color palette created on .