Pink and Green Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Green Harmony palette
Pink and Green Harmony color palette CSS
/* CSS */
.color-1 {
color: #f4a4b9;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #e8b5d0;
}
.color-4 {
color: #a1d57c;
}
.color-5 {
color: #f6c1c5;
}
/* CSS Variables */
:root {
--color-1: #f4a4b9;
--color-2: #b2e0b2;
--color-3: #e8b5d0;
--color-4: #a1d57c;
--color-5: #f6c1c5;
}
Pink and Green Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}
Similar color palettes
Pink and Green Harmony color palette created on .