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: #f3e9e2;
}
.color-2 {
color: #b6d2d2;
}
.color-3 {
color: #a1c3d4;
}
.color-4 {
color: #5b9bd7;
}
.color-5 {
color: #1e7eae;
}

/* CSS Variables */
:root {
--color-1: #f3e9e2;
--color-2: #b6d2d2;
--color-3: #a1c3d4;
--color-4: #5b9bd7;
--color-5: #1e7eae;
}

CSS con gradiente di sfondo Winter's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e9e2, #b6d2d2, #a1c3d4, #5b9bd7, #1e7eae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e9e2, #b6d2d2, #a1c3d4, #5b9bd7, #1e7eae);
}

Winter's Embrace color palette created on .