Dreamy Ocean Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Ocean Hues palette
Image Gallery
Dreamy Ocean Hues color palette CSS
/* CSS */
.color-1 {
color: #ddeaee;
}
.color-2 {
color: #ccdee6;
}
.color-3 {
color: #b6cfdd;
}
.color-4 {
color: #9fc1d5;
}
.color-5 {
color: #88b4cd;
}
/* CSS Variables */
:root {
--color-1: #ddeaee;
--color-2: #ccdee6;
--color-3: #b6cfdd;
--color-4: #9fc1d5;
--color-5: #88b4cd;
}
Dreamy Ocean Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddeaee, #ccdee6, #b6cfdd, #9fc1d5, #88b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddeaee, #ccdee6, #b6cfdd, #9fc1d5, #88b4cd);
}
Similar color palettes
Dreamy Ocean Hues color palette created on .