Waxen Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Waxen Whispers palette

Condividi questa palette a:

tavolozza dei colori Waxen Whispers CSS

/* CSS */
.color-1 {
color: #eac075;
}
.color-2 {
color: #efcfb3;
}
.color-3 {
color: #f1e8d5;
}
.color-4 {
color: #dcb7c7;
}
.color-5 {
color: #cd8884;
}

/* CSS Variables */
:root {
--color-1: #eac075;
--color-2: #efcfb3;
--color-3: #f1e8d5;
--color-4: #dcb7c7;
--color-5: #cd8884;
}

CSS con gradiente di sfondo Waxen Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac075, #efcfb3, #f1e8d5, #dcb7c7, #cd8884);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac075, #efcfb3, #f1e8d5, #dcb7c7, #cd8884);
}

Waxen Whispers color palette created on .