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