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