Coastal Sunrise Color Palette
Discover the beautiful Coastal Sunrise color palette featuring matisse (#1e75b3), picton blue (#4ebce4), conifer (#a3d55d), casablanca (#f7b24b) and jaffa (#f26d40).
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 Coastal Sunrise palette
💻 Coastal Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1e75b3;
}
.color-2 {
color: #4ebce4;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #f7b24b;
}
.color-5 {
color: #f26d40;
}
/* CSS Variables */
:root {
--color-1: #1e75b3;
--color-2: #4ebce4;
--color-3: #a3d55d;
--color-4: #f7b24b;
--color-5: #f26d40;
}
🌈 Coastal Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e75b3, #4ebce4, #a3d55d, #f7b24b, #f26d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e75b3, #4ebce4, #a3d55d, #f7b24b, #f26d40);
}
🔗 Explore similar color palettes
Coastal Sunrise color palette created on .