Oceanic Opal Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Opal Dream palette
Oceanic Opal Dream color palette CSS
/* CSS */
.color-1 {
color: #2d4b6c;
}
.color-2 {
color: #4b7591;
}
.color-3 {
color: #699cb0;
}
.color-4 {
color: #9dcad8;
}
.color-5 {
color: #e4f3f6;
}
/* CSS Variables */
:root {
--color-1: #2d4b6c;
--color-2: #4b7591;
--color-3: #699cb0;
--color-4: #9dcad8;
--color-5: #e4f3f6;
}
Oceanic Opal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4b6c, #4b7591, #699cb0, #9dcad8, #e4f3f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4b6c, #4b7591, #699cb0, #9dcad8, #e4f3f6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Oceanic Opal Dream color palette created on .