Shades of Pink and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink and Green palette
Shades of Pink and Green color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f3e36d;
}
.color-4 {
color: #70c2b4;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9d86c;
--color-3: #f3e36d;
--color-4: #70c2b4;
--color-5: #6a4c94;
}
Shades of Pink and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9d86c, #f3e36d, #70c2b4, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9d86c, #f3e36d, #70c2b4, #6a4c94);
}
Similar color palettes
- Sugar Coated Spectrum
- Rotten Pink Shades
- Sweet Blossom Whimsy
- Purple Moonlight
- Whimsical Creamsicle Dream
- Vibrant Orange
- Purrfectly Pink
- Celestial Blossom
- Chocolate Crunch Delight
- Pink Strawberry Shortcake
- Light Pink
- Orange Vanilla Dream
- Pink Love
- Pink Dream
- Pink Shades
- Blue Sonic
- Lavender Dreamscape
- Whimsical Confectionery Dream
Shades of Pink and Green color palette created on .