Whispers of the Ancients Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Ancients palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Ancients CSS

/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #e2b5a1;
}
.color-3 {
color: #d9a6b3;
}
.color-4 {
color: #c68e8b;
}
.color-5 {
color: #a58b78;
}

/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #e2b5a1;
--color-3: #d9a6b3;
--color-4: #c68e8b;
--color-5: #a58b78;
}

CSS con gradiente di sfondo Whispers of the Ancients

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}

Whispers of the Ancients color palette created on .