Oceanic Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Dreamscape palette
Oceanic Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #0715cf;
}
.color-2 {
color: #0a4bcd;
}
.color-3 {
color: #1e8af6;
}
.color-4 {
color: #66c7ff;
}
.color-5 {
color: #a3e3ff;
}
/* CSS Variables */
:root {
--color-1: #0715cf;
--color-2: #0a4bcd;
--color-3: #1e8af6;
--color-4: #66c7ff;
--color-5: #a3e3ff;
}
Oceanic Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0715cf, #0a4bcd, #1e8af6, #66c7ff, #a3e3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0715cf, #0a4bcd, #1e8af6, #66c7ff, #a3e3ff);
}
Similar color palettes
Scroll down to explore 700+ Blue color palettes
Oceanic Dreamscape color palette created on .