Oceanic Twilight Color Palette
Discover the beautiful Oceanic Twilight color palette featuring chambray (#3b5a8c), chambray (#2e4f7a), kashmir blue (#4d6999), manatee (#8a8dad) and froly (#f07f90).
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 Twilight palette
💻 Oceanic Twilight color palette CSS
/* CSS */
.color-1 {
color: #3b5a8c;
}
.color-2 {
color: #2e4f7a;
}
.color-3 {
color: #4d6999;
}
.color-4 {
color: #8a8dad;
}
.color-5 {
color: #f07f90;
}
/* CSS Variables */
:root {
--color-1: #3b5a8c;
--color-2: #2e4f7a;
--color-3: #4d6999;
--color-4: #8a8dad;
--color-5: #f07f90;
} 🌈 Oceanic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5a8c, #2e4f7a, #4d6999, #8a8dad, #f07f90);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5a8c, #2e4f7a, #4d6999, #8a8dad, #f07f90);
} 🔗 Explore similar color palettes
Oceanic Twilight color palette created on .