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: #c26bb2;
}
.color-2 {
color: #f3a5c9;
}
.color-3 {
color: #f6df6f;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4c8db8;
}
/* CSS Variables */
:root {
--color-1: #c26bb2;
--color-2: #f3a5c9;
--color-3: #f6df6f;
--color-4: #a3d55d;
--color-5: #4c8db8;
}
Pink and Green Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c26bb2, #f3a5c9, #f6df6f, #a3d55d, #4c8db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c26bb2, #f3a5c9, #f6df6f, #a3d55d, #4c8db8);
}
Similar color palettes
Pink and Green Harmony color palette created on .