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: #b04a4a;
}
.color-2 {
color: #d28e8e;
}
.color-3 {
color: #eab3b3;
}
.color-4 {
color: #f6d5d5;
}
.color-5 {
color: #fae5e5;
}

/* CSS Variables */
:root {
--color-1: #b04a4a;
--color-2: #d28e8e;
--color-3: #eab3b3;
--color-4: #f6d5d5;
--color-5: #fae5e5;
}

CSS con gradiente di sfondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b04a4a, #d28e8e, #eab3b3, #f6d5d5, #fae5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b04a4a, #d28e8e, #eab3b3, #f6d5d5, #fae5e5);
}

Shades of Red color palette created on .