Pink Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Green palette

Share this palette to:

Pink Green color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f6d6c1;
}
.color-3 {
color: #f2a6ad;
}
.color-4 {
color: #e1b7d4;
}
.color-5 {
color: #e5f0e9;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f6d6c1;
--color-3: #f2a6ad;
--color-4: #e1b7d4;
--color-5: #e5f0e9;
}

Pink Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f6d6c1, #f2a6ad, #e1b7d4, #e5f0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f6d6c1, #f2a6ad, #e1b7d4, #e5f0e9);
}

Pink Green color palette created on .