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