Oceanic Whispering Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Whispering Hues palette
Oceanic Whispering Hues color palette CSS
/* CSS */
.color-1 {
color: #a3b8bd;
}
.color-2 {
color: #75888a;
}
.color-3 {
color: #54686d;
}
.color-4 {
color: #3d4f57;
}
.color-5 {
color: #2a3a41;
}
/* CSS Variables */
:root {
--color-1: #a3b8bd;
--color-2: #75888a;
--color-3: #54686d;
--color-4: #3d4f57;
--color-5: #2a3a41;
}
Oceanic Whispering Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b8bd, #75888a, #54686d, #3d4f57, #2a3a41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b8bd, #75888a, #54686d, #3d4f57, #2a3a41);
}
Similar color palettes
Oceanic Whispering Hues color palette created on .