Shades of Red to Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red to Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Red to Green CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e36e4a;
}
.color-3 {
color: #f6a85a;
}
.color-4 {
color: #fbd274;
}
.color-5 {
color: #b4cd7a;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e36e4a;
--color-3: #f6a85a;
--color-4: #fbd274;
--color-5: #b4cd7a;
}

CSS con gradiente di sfondo Shades of Red to Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e36e4a, #f6a85a, #fbd274, #b4cd7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e36e4a, #f6a85a, #fbd274, #b4cd7a);
}

Shades of Red to Green color palette created on .