Shades of Green and Red Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Red palette
tavolozza dei colori Shades of Green and Red CSS
/* CSS */
.color-1 {
color: #487d2c;
}
.color-2 {
color: #b14b39;
}
.color-3 {
color: #e8a1b0;
}
.color-4 {
color: #699b7a;
}
.color-5 {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #b14b39;
--color-3: #e8a1b0;
--color-4: #699b7a;
--color-5: #f5c7c7;
}
CSS con gradiente di sfondo Shades of Green and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Verde
Shades of Green and Red color palette created on .