Shades of Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red palette

Condividi questa palette a:

tavolozza dei colori Shades of Red CSS

/* CSS */
.color-1 {
color: #3d000b;
}
.color-2 {
color: #691b1f;
}
.color-3 {
color: #a45b6d;
}
.color-4 {
color: #d69c8f;
}
.color-5 {
color: #f5c3c2;
}

/* CSS Variables */
:root {
--color-1: #3d000b;
--color-2: #691b1f;
--color-3: #a45b6d;
--color-4: #d69c8f;
--color-5: #f5c3c2;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d000b, #691b1f, #a45b6d, #d69c8f, #f5c3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d000b, #691b1f, #a45b6d, #d69c8f, #f5c3c2);
}

Shades of Red color palette created on .