Ocean Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Whisper palette
Ocean Whisper color palette CSS
/* CSS */
.color-1 {
color: #e0f6ff;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #5daacb;
}
.color-4 {
color: #407d9c;
}
.color-5 {
color: #2c5a81;
}
/* CSS Variables */
:root {
--color-1: #e0f6ff;
--color-2: #a3d7e0;
--color-3: #5daacb;
--color-4: #407d9c;
--color-5: #2c5a81;
}
Ocean Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6ff, #a3d7e0, #5daacb, #407d9c, #2c5a81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6ff, #a3d7e0, #5daacb, #407d9c, #2c5a81);
}
Similar color palettes
Ocean Whisper color palette created on .