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: #2a494c;
}
.color-2 {
color: #4b8081;
}
.color-3 {
color: #a3c6c7;
}
.color-4 {
color: #d0e7e4;
}
.color-5 {
color: #f9f3e7;
}

/* CSS Variables */
:root {
--color-1: #2a494c;
--color-2: #4b8081;
--color-3: #a3c6c7;
--color-4: #d0e7e4;
--color-5: #f9f3e7;
}

Ocean Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a494c, #4b8081, #a3c6c7, #d0e7e4, #f9f3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a494c, #4b8081, #a3c6c7, #d0e7e4, #f9f3e7);
}

Ocean Whisper color palette created on .