Ocean Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Whisper palette

Share this palette to:

Ocean Whisper color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #62b6d5;
}
.color-3 {
color: #2a8ea7;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #004a4d;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #62b6d5;
--color-3: #2a8ea7;
--color-4: #007b80;
--color-5: #004a4d;
}

Ocean Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #62b6d5, #2a8ea7, #007b80, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #62b6d5, #2a8ea7, #007b80, #004a4d);
}

Ocean Whisper color palette created on .