Bright Pink Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Pink Green palette

Share this palette to:

Bright Pink Green color palette CSS

/* CSS */
.color-1 {
color: #ea85a7;
}
.color-2 {
color: #77d49e;
}
.color-3 {
color: #4fba98;
}
.color-4 {
color: #356459;
}
.color-5 {
color: #bee0ee;
}

/* CSS Variables */
:root {
--color-1: #ea85a7;
--color-2: #77d49e;
--color-3: #4fba98;
--color-4: #356459;
--color-5: #bee0ee;
}

Bright Pink Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea85a7, #77d49e, #4fba98, #356459, #bee0ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea85a7, #77d49e, #4fba98, #356459, #bee0ee);
}

Bright Pink Green color palette created on .