Sunshade Hue Color Palette
Discover the beautiful Sunshade Hue color palette featuring dairy cream (#f9e2b4), manhattan (#f7c5a6), wewak (#f4a090), froly (#f3818c) and cabaret (#d94a6b).
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 Sunshade Hue palette
💻 Sunshade Hue color palette CSS
/* CSS */
.color-1 {
color: #f9e2b4;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f4a090;
}
.color-4 {
color: #f3818c;
}
.color-5 {
color: #d94a6b;
}
/* CSS Variables */
:root {
--color-1: #f9e2b4;
--color-2: #f7c5a6;
--color-3: #f4a090;
--color-4: #f3818c;
--color-5: #d94a6b;
} 🌈 Sunshade Hue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b4, #f7c5a6, #f4a090, #f3818c, #d94a6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b4, #f7c5a6, #f4a090, #f3818c, #d94a6b);
} 🔗 Explore similar color palettes
Sunshade Hue color palette created on .