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: #3e8e6e;
}
.color-2 {
color: #a4c5a0;
}
.color-3 {
color: #f7d3b6;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #b63a4c;
}

/* CSS Variables */
:root {
--color-1: #3e8e6e;
--color-2: #a4c5a0;
--color-3: #f7d3b6;
--color-4: #d67a7c;
--color-5: #b63a4c;
}

CSS con gradiente di sfondo Shades of Green and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e6e, #a4c5a0, #f7d3b6, #d67a7c, #b63a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e6e, #a4c5a0, #f7d3b6, #d67a7c, #b63a4c);
}

Shades of Green and Pink color palette created on .