Shades of Pink and Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink and Green palette

Share this palette to:

Shades of Pink and Green color palette CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f39e7c;
}
.color-3 {
color: #f6df60;
}
.color-4 {
color: #69bf69;
}
.color-5 {
color: #3c8c9a;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f39e7c;
--color-3: #f6df60;
--color-4: #69bf69;
--color-5: #3c8c9a;
}

Shades of Pink and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f39e7c, #f6df60, #69bf69, #3c8c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f39e7c, #f6df60, #69bf69, #3c8c9a);
}

Shades of Pink and Green color palette created on .