Misty Ocean Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Misty Ocean Hues palette
Image Gallery

Misty Ocean Hues color palette CSS
/* CSS */
.color-1 {
color: #d2d2d1;
}
.color-2 {
color: #96cfce;
}
.color-3 {
color: #87b5b3;
}
.color-4 {
color: #7372b1;
}
.color-5 {
color: #63668c;
}
/* CSS Variables */
:root {
--color-1: #d2d2d1;
--color-2: #96cfce;
--color-3: #87b5b3;
--color-4: #7372b1;
--color-5: #63668c;
}
Misty Ocean Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2d2d1, #96cfce, #87b5b3, #7372b1, #63668c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2d2d1, #96cfce, #87b5b3, #7372b1, #63668c);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Misty Ocean Hues color palette created on .