Oceanic Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Whisper palette

Share this palette to:

Oceanic Whisper color palette CSS

/* CSS */
.color-1 {
color: #c3e0f4;
}
.color-2 {
color: #92c5d3;
}
.color-3 {
color: #4ea29f;
}
.color-4 {
color: #008a75;
}
.color-5 {
color: #005c59;
}

/* CSS Variables */
:root {
--color-1: #c3e0f4;
--color-2: #92c5d3;
--color-3: #4ea29f;
--color-4: #008a75;
--color-5: #005c59;
}

Oceanic Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3e0f4, #92c5d3, #4ea29f, #008a75, #005c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3e0f4, #92c5d3, #4ea29f, #008a75, #005c59);
}

Oceanic Whisper color palette created on .