Shades of Red and Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Red and Green palette
tavolozza dei colori Shades of Red and Green CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8f5c;
}
.color-3 {
color: #f4c543;
}
.color-4 {
color: #a3d24b;
}
.color-5 {
color: #6ebf8a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8f5c;
--color-3: #f4c543;
--color-4: #a3d24b;
--color-5: #6ebf8a;
}
CSS con gradiente di sfondo Shades of Red and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8f5c, #f4c543, #a3d24b, #6ebf8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8f5c, #f4c543, #a3d24b, #6ebf8a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 600+ tavolozzas di colori Brillante
Shades of Red and Green color palette created on .