Shades of Red and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red and Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Red and Green CSS

/* CSS */
.color-1 {
color: #d83d2c;
}
.color-2 {
color: #f9a806;
}
.color-3 {
color: #e4ea3e;
}
.color-4 {
color: #50a130;
}
.color-5 {
color: #2e5b7f;
}

/* CSS Variables */
:root {
--color-1: #d83d2c;
--color-2: #f9a806;
--color-3: #e4ea3e;
--color-4: #50a130;
--color-5: #2e5b7f;
}

CSS con gradiente di sfondo Shades of Red and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d83d2c, #f9a806, #e4ea3e, #50a130, #2e5b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d83d2c, #f9a806, #e4ea3e, #50a130, #2e5b7f);
}

Shades of Red and Green color palette created on .