Whispers of the Abyss Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Abyss palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Abyss CSS

/* CSS */
.color-1 {
color: #3c2a3c;
}
.color-2 {
color: #7b5b8b;
}
.color-3 {
color: #b6a1c4;
}
.color-4 {
color: #f6c1c6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3c2a3c;
--color-2: #7b5b8b;
--color-3: #b6a1c4;
--color-4: #f6c1c6;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Whispers of the Abyss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a3c, #7b5b8b, #b6a1c4, #f6c1c6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a3c, #7b5b8b, #b6a1c4, #f6c1c6, #ff6e61);
}

Whispers of the Abyss color palette created on .