Deep Sea Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Sea Serenade palette

Share this palette to:

Deep Sea Serenade color palette CSS

/* CSS */
.color-1 {
color: #011737;
}
.color-2 {
color: #003f5c;
}
.color-3 {
color: #006275;
}
.color-4 {
color: #008a73;
}
.color-5 {
color: #00b3a1;
}

/* CSS Variables */
:root {
--color-1: #011737;
--color-2: #003f5c;
--color-3: #006275;
--color-4: #008a73;
--color-5: #00b3a1;
}

Deep Sea Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #011737, #003f5c, #006275, #008a73, #00b3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #011737, #003f5c, #006275, #008a73, #00b3a1);
}

Deep Sea Serenade color palette created on .