Summer Color Palette
Discover the beautiful Summer color palette featuring luxor gold (#998724), cumin (#995124), prairie sand (#993724), disco (#991d44) and purple heart (#7a1db7).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Summer palette
๐ป Summer color palette CSS
/* CSS */
.color-1 {
color: #998724;
}
.color-2 {
color: #995124;
}
.color-3 {
color: #993724;
}
.color-4 {
color: #991d44;
}
.color-5 {
color: #7a1db7;
}
/* CSS Variables */
:root {
--color-1: #998724;
--color-2: #995124;
--color-3: #993724;
--color-4: #991d44;
--color-5: #7a1db7;
} ๐ Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #998724, #995124, #993724, #991d44, #7a1db7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #998724, #995124, #993724, #991d44, #7a1db7);
} ๐ Explore similar color palettes
Summer color palette created on .