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: #ffb3b3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #c72929;
}
.color-5 {
color: #9d1b33;
}
/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #ff6e61;
--color-3: #ff3c00;
--color-4: #c72929;
--color-5: #9d1b33;
}
CSS con gradiente di sfondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #ff6e61, #ff3c00, #c72929, #9d1b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #ff6e61, #ff3c00, #c72929, #9d1b33);
}
Tavolozze di colori simili
Shades of Red color palette created on .