"Whispers of the Deep" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Whispers of the Deep" palette

Share this palette to:

"Whispers of the Deep" color palette CSS

/* CSS */
.color-1 {
color: #97928c;
}
.color-2 {
color: #619e9e;
}
.color-3 {
color: #499597;
}
.color-4 {
color: #1d8387;
}
.color-5 {
color: #be3609;
}

/* CSS Variables */
:root {
--color-1: #97928c;
--color-2: #619e9e;
--color-3: #499597;
--color-4: #1d8387;
--color-5: #be3609;
}

"Whispers of the Deep" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97928c, #619e9e, #499597, #1d8387, #be3609);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97928c, #619e9e, #499597, #1d8387, #be3609);
}

"Whispers of the Deep" color palette created on .