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: #f6a2a2;
}
.color-2 {
color: #f4d871;
}
.color-3 {
color: #7dbb3a;
}
.color-4 {
color: #4d8eff;
}
.color-5 {
color: #f5c2d4;
}

/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f4d871;
--color-3: #7dbb3a;
--color-4: #4d8eff;
--color-5: #f5c2d4;
}

Shades of Pink and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f4d871, #7dbb3a, #4d8eff, #f5c2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f4d871, #7dbb3a, #4d8eff, #f5c2d4);
}

Shades of Pink and Green color palette created on .