Whispers of Antiquity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Antiquity palette

Condividi questa palette a:

tavolozza dei colori Whispers of Antiquity CSS

/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e2cec5;
}
.color-3 {
color: #d5b09f;
}
.color-4 {
color: #d59d7c;
}
.color-5 {
color: #c76c5c;
}

/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e2cec5;
--color-3: #d5b09f;
--color-4: #d59d7c;
--color-5: #c76c5c;
}

CSS con gradiente di sfondo Whispers of Antiquity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e2cec5, #d5b09f, #d59d7c, #c76c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e2cec5, #d5b09f, #d59d7c, #c76c5c);
}

Whispers of Antiquity color palette created on .