Cranberry Wine Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cranberry Wine Shades palette

Condividi questa palette a:

tavolozza dei colori Cranberry Wine Shades CSS

/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #b84b47;
}
.color-3 {
color: #c8b7c2;
}
.color-4 {
color: #5b3939;
}
.color-5 {
color: #802d3b;
}

/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #b84b47;
--color-3: #c8b7c2;
--color-4: #5b3939;
--color-5: #802d3b;
}

CSS con gradiente di sfondo Cranberry Wine Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #b84b47, #c8b7c2, #5b3939, #802d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #b84b47, #c8b7c2, #5b3939, #802d3b);
}

Cranberry Wine Shades color palette created on .