Shades of Green and Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green and Pink palette

Condividi questa palette a:

tavolozza dei colori Shades of Green and Pink CSS

/* CSS */
.color-1 {
color: #0dbf78;
}
.color-2 {
color: #7ff372;
}
.color-3 {
color: #fdd1af;
}
.color-4 {
color: #f65a5f;
}
.color-5 {
color: #e40c2c;
}

/* CSS Variables */
:root {
--color-1: #0dbf78;
--color-2: #7ff372;
--color-3: #fdd1af;
--color-4: #f65a5f;
--color-5: #e40c2c;
}

CSS con gradiente di sfondo Shades of Green and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0dbf78, #7ff372, #fdd1af, #f65a5f, #e40c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0dbf78, #7ff372, #fdd1af, #f65a5f, #e40c2c);
}

Shades of Green and Pink color palette created on .