Grapes & Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grapes & Gold palette
Grapes & Gold color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45dbb;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #daa44e;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45dbb;
--color-3: #eab8e4;
--color-4: #f6d55a;
--color-5: #daa44e;
}
Grapes & Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}
Similar color palettes
- Shades of Yellow and Orange
- Blossom Whisper
- Purple Dream
- Shades of Pink
- Whimsical Whisper
- Purple Cosmo
- Vibrant Harmony
- Vibrant Orange
- Shades of Pink and Purple
- Vibrant Pink Galaxy
- Samba Dreamscape
- Neon Purple
- Kassidy's Dreamscape
- Harajuku Dreamscape
- Purple Weirdcore
- Melancholic Mischief
- Dark Purple
- Whispers of Twilight
Grapes & Gold color palette created on .