Ocean's Whisper Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean's Whisper Palette palette
Image Gallery
Ocean's Whisper Palette color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f1f7f8;
}
.color-3 {
color: #104142;
}
.color-4 {
color: #0a2429;
}
.color-5 {
color: #0e151b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1f7f8;
--color-3: #104142;
--color-4: #0a2429;
--color-5: #0e151b;
}
Ocean's Whisper Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1f7f8, #104142, #0a2429, #0e151b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1f7f8, #104142, #0a2429, #0e151b);
}
Similar color palettes
Ocean's Whisper Palette color palette created on .