Pink and Green Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Green Harmony palette

Condividi questa palette a:

tavolozza dei colori Pink and Green Harmony CSS

/* CSS */
.color-1 {
color: #c26bb2;
}
.color-2 {
color: #f3a5c9;
}
.color-3 {
color: #f6df6f;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4c8db8;
}

/* CSS Variables */
:root {
--color-1: #c26bb2;
--color-2: #f3a5c9;
--color-3: #f6df6f;
--color-4: #a3d55d;
--color-5: #4c8db8;
}

CSS con gradiente di sfondo Pink and Green Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c26bb2, #f3a5c9, #f6df6f, #a3d55d, #4c8db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c26bb2, #f3a5c9, #f6df6f, #a3d55d, #4c8db8);
}

Pink and Green Harmony color palette created on .