Oceanic Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Dream palette
Oceanic Dream color palette CSS
/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #0092d6;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #00c8fa;
}
.color-5 {
color: #00d4ff;
}
/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #0092d6;
--color-3: #00b0e0;
--color-4: #00c8fa;
--color-5: #00d4ff;
}
Oceanic Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #0092d6, #00b0e0, #00c8fa, #00d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #0092d6, #00b0e0, #00c8fa, #00d4ff);
}
Similar color palettes
Oceanic Dream color palette created on .