Bleeding in the Snow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bleeding in the Snow palette

Condividi questa palette a:

tavolozza dei colori Bleeding in the Snow CSS

/* CSS */
.color-1 {
color: #a93d3f;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #b8c9d1;
}
.color-5 {
color: #d1e5e6;
}

/* CSS Variables */
:root {
--color-1: #a93d3f;
--color-2: #f5b8b2;
--color-3: #f3e0d3;
--color-4: #b8c9d1;
--color-5: #d1e5e6;
}

CSS con gradiente di sfondo Bleeding in the Snow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a93d3f, #f5b8b2, #f3e0d3, #b8c9d1, #d1e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a93d3f, #f5b8b2, #f3e0d3, #b8c9d1, #d1e5e6);
}

Bleeding in the Snow color palette created on .