Oceanic Escape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Escape palette
Oceanic Escape color palette CSS
/* CSS */
.color-1 {
color: #003b7a;
}
.color-2 {
color: #005e8a;
}
.color-3 {
color: #007c9e;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #00b4e6;
}
/* CSS Variables */
:root {
--color-1: #003b7a;
--color-2: #005e8a;
--color-3: #007c9e;
--color-4: #0095c7;
--color-5: #00b4e6;
}
Oceanic Escape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003b7a, #005e8a, #007c9e, #0095c7, #00b4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003b7a, #005e8a, #007c9e, #0095c7, #00b4e6);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Oceanic Escape color palette created on .