Sunrise Shore Color Palette
Discover the beautiful Sunrise Shore color palette featuring wheat (#f5d3b2), soft peach (#f2e3e7), opal (#a2c8c8), tan (#d1a589) and gold sand (#e6b689).
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 Sunrise Shore palette
💻 Sunrise Shore color palette CSS
/* CSS */
.color-1 {
color: #f5d3b2;
}
.color-2 {
color: #f2e3e7;
}
.color-3 {
color: #a2c8c8;
}
.color-4 {
color: #d1a589;
}
.color-5 {
color: #e6b689;
}
/* CSS Variables */
:root {
--color-1: #f5d3b2;
--color-2: #f2e3e7;
--color-3: #a2c8c8;
--color-4: #d1a589;
--color-5: #e6b689;
} 🌈 Sunrise Shore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d3b2, #f2e3e7, #a2c8c8, #d1a589, #e6b689);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d3b2, #f2e3e7, #a2c8c8, #d1a589, #e6b689);
} 🔗 Explore similar color palettes
Sunrise Shore color palette created on .