Ocean Sunset Color Palette
Discover the beautiful Ocean Sunset color palette featuring java (#14b4db), picton blue (#3bb6e3), royal purple (#803cb4), fuchsia pink (#b450a0) and fuchsia pink (#c83cb3).
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 Ocean Sunset palette
💻 Ocean Sunset color palette CSS
/* CSS */
.color-1 {
color: #14b4db;
}
.color-2 {
color: #3bb6e3;
}
.color-3 {
color: #803cb4;
}
.color-4 {
color: #b450a0;
}
.color-5 {
color: #c83cb3;
}
/* CSS Variables */
:root {
--color-1: #14b4db;
--color-2: #3bb6e3;
--color-3: #803cb4;
--color-4: #b450a0;
--color-5: #c83cb3;
} 🌈 Ocean Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14b4db, #3bb6e3, #803cb4, #b450a0, #c83cb3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14b4db, #3bb6e3, #803cb4, #b450a0, #c83cb3);
} 🔗 Explore similar color palettes
Ocean Sunset color palette created on .