Shades of Pink Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink Green palette

Share this palette to:

Shades of Pink Green color palette CSS

/* CSS */
.color-1 {
color: #904c7a;
}
.color-2 {
color: #e3a1be;
}
.color-3 {
color: #f1d4a2;
}
.color-4 {
color: #a6d88d;
}
.color-5 {
color: #4b8b8b;
}

/* CSS Variables */
:root {
--color-1: #904c7a;
--color-2: #e3a1be;
--color-3: #f1d4a2;
--color-4: #a6d88d;
--color-5: #4b8b8b;
}

Shades of Pink Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #904c7a, #e3a1be, #f1d4a2, #a6d88d, #4b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #904c7a, #e3a1be, #f1d4a2, #a6d88d, #4b8b8b);
}

Shades of Pink Green color palette created on .