Whispers of Time Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Time palette

Condividi questa palette a:

tavolozza dei colori Whispers of Time CSS

/* CSS */
.color-1 {
color: #f3e5bf;
}
.color-2 {
color: #c1a85c;
}
.color-3 {
color: #c1b3d1;
}
.color-4 {
color: #a7b79f;
}
.color-5 {
color: #d9a5a0;
}

/* CSS Variables */
:root {
--color-1: #f3e5bf;
--color-2: #c1a85c;
--color-3: #c1b3d1;
--color-4: #a7b79f;
--color-5: #d9a5a0;
}

CSS con gradiente di sfondo Whispers of Time

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5bf, #c1a85c, #c1b3d1, #a7b79f, #d9a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5bf, #c1a85c, #c1b3d1, #a7b79f, #d9a5a0);
}

Whispers of Time color palette created on .