Shades of Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Red palette
tavolozza dei colori Shades of Red CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #d97d7d;
}
.color-3 {
color: #bf4a4a;
}
.color-4 {
color: #a04040;
}
.color-5 {
color: #6a2929;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #d97d7d;
--color-3: #bf4a4a;
--color-4: #a04040;
--color-5: #6a2929;
}
CSS con gradiente di sfondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #d97d7d, #bf4a4a, #a04040, #6a2929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #d97d7d, #bf4a4a, #a04040, #6a2929);
}
Tavolozze di colori simili
Shades of Red color palette created on .