Warm Melon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Melon palette
Warm Melon color palette CSS
/* CSS */
.color-1 {
color: #f9a91f;
}
.color-2 {
color: #f1d05b;
}
.color-3 {
color: #f0b8b7;
}
.color-4 {
color: #e27e7e;
}
.color-5 {
color: #d56c8c;
}
/* CSS Variables */
:root {
--color-1: #f9a91f;
--color-2: #f1d05b;
--color-3: #f0b8b7;
--color-4: #e27e7e;
--color-5: #d56c8c;
}
Warm Melon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a91f, #f1d05b, #f0b8b7, #e27e7e, #d56c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a91f, #f1d05b, #f0b8b7, #e27e7e, #d56c8c);
}
Similar color palettes
- Emerald Tavern Elegance
- Shades of Green and Red
- Shades of Orange and Blue
- Autumn Ember Glow
- Yellow Swirl
- Festive Harmony
- Soft Blue
- Flea Market Sunset
- Citrus Sunrise
- Autumn Ember
- Sweet Whispered Dreams
- Shades of Pink and Blue
- Oceanic Breeze
- Verdant Harmony
- Verdant Harmony
- Burnt Orange Sunset
- Blue Pink Dream
- Coral Dream
Warm Melon color palette created on .