Oceanic Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Whispers palette

Share this palette to:

Oceanic Whispers color palette CSS

/* CSS */
.color-1 {
color: #74b1be;
}
.color-2 {
color: #bc526d;
}
.color-3 {
color: #0896d4;
}
.color-4 {
color: #346c7f;
}
.color-5 {
color: #233d48;
}

/* CSS Variables */
:root {
--color-1: #74b1be;
--color-2: #bc526d;
--color-3: #0896d4;
--color-4: #346c7f;
--color-5: #233d48;
}

Oceanic Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b1be, #bc526d, #0896d4, #346c7f, #233d48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b1be, #bc526d, #0896d4, #346c7f, #233d48);
}

Oceanic Whispers color palette created on .