Dreamy Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Ocean Breeze palette
Dreamy Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #66d1ff;
}
.color-3 {
color: #a3e0ff;
}
.color-4 {
color: #f0f6ff;
}
.color-5 {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #66d1ff;
--color-3: #a3e0ff;
--color-4: #f0f6ff;
--color-5: #ffb3c1;
}
Dreamy Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #66d1ff, #a3e0ff, #f0f6ff, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #66d1ff, #a3e0ff, #f0f6ff, #ffb3c1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dreamy Ocean Breeze color palette created on .