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: #1e8a8a;
}
.color-2 {
color: #3eb6b6;
}
.color-3 {
color: #5ed4d4;
}
.color-4 {
color: #80e0e0;
}
.color-5 {
color: #a4efef;
}
/* CSS Variables */
:root {
--color-1: #1e8a8a;
--color-2: #3eb6b6;
--color-3: #5ed4d4;
--color-4: #80e0e0;
--color-5: #a4efef;
}
Oceanic Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a8a, #3eb6b6, #5ed4d4, #80e0e0, #a4efef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a8a, #3eb6b6, #5ed4d4, #80e0e0, #a4efef);
}
Similar color palettes
Oceanic Whisper color palette created on .