Oceanic Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Whisper palette
Oceanic Whisper color palette CSS
/* CSS */
.color-1 {
color: #639c8f;
}
.color-2 {
color: #7fb8a7;
}
.color-3 {
color: #a1d3c1;
}
.color-4 {
color: #d0e6e0;
}
.color-5 {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--color-1: #639c8f;
--color-2: #7fb8a7;
--color-3: #a1d3c1;
--color-4: #d0e6e0;
--color-5: #f1f8f8;
}
Oceanic Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #639c8f, #7fb8a7, #a1d3c1, #d0e6e0, #f1f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #639c8f, #7fb8a7, #a1d3c1, #d0e6e0, #f1f8f8);
}
Similar color palettes
Oceanic Whisper color palette created on .