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: #3b6fa0;
}
.color-2 {
color: #51a2c8;
}
.color-3 {
color: #6bd5e1;
}
.color-4 {
color: #a6e3d7;
}
.color-5 {
color: #f2b8a1;
}

/* CSS Variables */
:root {
--color-1: #3b6fa0;
--color-2: #51a2c8;
--color-3: #6bd5e1;
--color-4: #a6e3d7;
--color-5: #f2b8a1;
}

Oceanic Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6fa0, #51a2c8, #6bd5e1, #a6e3d7, #f2b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6fa0, #51a2c8, #6bd5e1, #a6e3d7, #f2b8a1);
}

Oceanic Whispers color palette created on .