Shades of Green Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green Pink palette
Shades of Green Pink color palette CSS
/* CSS */
.color-1 {
color: #8fdb8f;
}
.color-2 {
color: #f7a1a1;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f4c543;
}
.color-5 {
color: #4cc8b5;
}
/* CSS Variables */
:root {
--color-1: #8fdb8f;
--color-2: #f7a1a1;
--color-3: #ff6e61;
--color-4: #f4c543;
--color-5: #4cc8b5;
}
Shades of Green Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fdb8f, #f7a1a1, #ff6e61, #f4c543, #4cc8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fdb8f, #f7a1a1, #ff6e61, #f4c543, #4cc8b5);
}
Similar color palettes
- Whispers of Spring
- Tropical Sunset Bliss
- Shades of Pink and Green
- Pastel Pink
- Blossom Serenity
- Purple Rarity
- Enchanted Blooming Market
- Blushing Elegance
- Shades of Green Pink
- Tropical Medley
- Frosted Sunrise
- Shades of Green Red Yellow
- Soft Pink
- Vibrant Coral
- Shades of Red
- Vibrant Red
- Pastel Green and Pink
- Whimsical Dreamscape
Shades of Green Pink color palette created on .