Teal Seafood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Seafood palette

Share this palette to:

Teal Seafood color palette CSS

/* CSS */
.color-1 {
color: #384d4d;
}
.color-2 {
color: #40594d;
}
.color-3 {
color: #966040;
}
.color-4 {
color: #9d5c48;
}
.color-5 {
color: #864232;
}

/* CSS Variables */
:root {
--color-1: #384d4d;
--color-2: #40594d;
--color-3: #966040;
--color-4: #9d5c48;
--color-5: #864232;
}

Teal Seafood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #384d4d, #40594d, #966040, #9d5c48, #864232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #384d4d, #40594d, #966040, #9d5c48, #864232);
}

Teal Seafood color palette created on .