Oceanic Twilight Dreamscape Color Palette
Discover the beautiful Oceanic Twilight Dreamscape color palette featuring denim (#0e6fbe), horizon (#567a9f), catalina blue (#053e7a), rhino (#2c3e5e) and tacao (#f1b179).
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 Dreamscape palette
๐ป Oceanic Twilight Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #0e6fbe;
}
.color-2 {
color: #567a9f;
}
.color-3 {
color: #053e7a;
}
.color-4 {
color: #2c3e5e;
}
.color-5 {
color: #f1b179;
}
/* CSS Variables */
:root {
--color-1: #0e6fbe;
--color-2: #567a9f;
--color-3: #053e7a;
--color-4: #2c3e5e;
--color-5: #f1b179;
} ๐ Oceanic Twilight Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e6fbe, #567a9f, #053e7a, #2c3e5e, #f1b179);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e6fbe, #567a9f, #053e7a, #2c3e5e, #f1b179);
} ๐ Explore similar color palettes
Oceanic Twilight Dreamscape color palette created on .