Shades of Red Apples Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Red Apples palette
tavolozza dei colori Shades of Red Apples CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e06e5c;
}
.color-3 {
color: #f2a06e;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #e6e26b;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e06e5c;
--color-3: #f2a06e;
--color-4: #f2d66e;
--color-5: #e6e26b;
}
CSS con gradiente di sfondo Shades of Red Apples
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Rosso
Shades of Red Apples color palette created on .