Sunshine Glow Color Palette
Discover the beautiful Sunshine Glow color palette featuring maize (#f6d0a2), manhattan (#f8c78b), rajah (#f8b76d), tan hide (#f7a350) and sea buckthorn (#f69d37).
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 Sunshine Glow palette
💻 Sunshine Glow color palette CSS
/* CSS */
.color-1 {
color: #f6d0a2;
}
.color-2 {
color: #f8c78b;
}
.color-3 {
color: #f8b76d;
}
.color-4 {
color: #f7a350;
}
.color-5 {
color: #f69d37;
}
/* CSS Variables */
:root {
--color-1: #f6d0a2;
--color-2: #f8c78b;
--color-3: #f8b76d;
--color-4: #f7a350;
--color-5: #f69d37;
} 🌈 Sunshine Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0a2, #f8c78b, #f8b76d, #f7a350, #f69d37);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0a2, #f8c78b, #f8b76d, #f7a350, #f69d37);
} 🔗 Explore similar color palettes
Sunshine Glow color palette created on .