Oceanic Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Whispers palette
Oceanic Whispers color palette CSS
/* CSS */
.color-1 {
color: #4a6e8c;
}
.color-2 {
color: #6c8da3;
}
.color-3 {
color: #8da7b4;
}
.color-4 {
color: #a2c1c8;
}
.color-5 {
color: #a7d3d0;
}
/* CSS Variables */
:root {
--color-1: #4a6e8c;
--color-2: #6c8da3;
--color-3: #8da7b4;
--color-4: #a2c1c8;
--color-5: #a7d3d0;
}
Oceanic Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e8c, #6c8da3, #8da7b4, #a2c1c8, #a7d3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e8c, #6c8da3, #8da7b4, #a2c1c8, #a7d3d0);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Oceanic Whispers color palette created on .