Winter's Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter's Embrace palette

Condividi questa palette a:

tavolozza dei colori Winter's Embrace CSS

/* CSS */
.color-1 {
color: #e2c5cb;
}
.color-2 {
color: #f3e6b4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #d2a32d;
}
.color-5 {
color: #c68b3f;
}

/* CSS Variables */
:root {
--color-1: #e2c5cb;
--color-2: #f3e6b4;
--color-3: #f9d66c;
--color-4: #d2a32d;
--color-5: #c68b3f;
}

CSS con gradiente di sfondo Winter's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5cb, #f3e6b4, #f9d66c, #d2a32d, #c68b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5cb, #f3e6b4, #f9d66c, #d2a32d, #c68b3f);
}

Winter's Embrace color palette created on .