Oceanic Sunrise Color Palette
Discover the beautiful Oceanic Sunrise color palette featuring horizon (#5b8b95), opal (#a1c6c9), catskill white (#e3f1f2), manhattan (#f5b49e) and red damask (#d46a49).
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 Oceanic Sunrise palette
💻 Oceanic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #5b8b95;
}
.color-2 {
color: #a1c6c9;
}
.color-3 {
color: #e3f1f2;
}
.color-4 {
color: #f5b49e;
}
.color-5 {
color: #d46a49;
}
/* CSS Variables */
:root {
--color-1: #5b8b95;
--color-2: #a1c6c9;
--color-3: #e3f1f2;
--color-4: #f5b49e;
--color-5: #d46a49;
} 🌈 Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b95, #a1c6c9, #e3f1f2, #f5b49e, #d46a49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b95, #a1c6c9, #e3f1f2, #f5b49e, #d46a49);
} 🔗 Explore similar color palettes
Oceanic Sunrise color palette created on .