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: #9c1c31;
}
.color-2 {
color: #d0523e;
}
.color-3 {
color: #f07838;
}
.color-4 {
color: #fbcf60;
}
.color-5 {
color: #fef2ae;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d0523e;
--color-3: #f07838;
--color-4: #fbcf60;
--color-5: #fef2ae;
}
CSS con gradiente di sfondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d0523e, #f07838, #fbcf60, #fef2ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d0523e, #f07838, #fbcf60, #fef2ae);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Rosso
Shades of Red color palette created on .