Whispers of Antiquity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Antiquity palette

Share this palette to:

Whispers of Antiquity color palette 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;
}

Whispers of Antiquity background gradient CSS

/* 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 .