Teal Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Ocean palette

Share this palette to:

Download Teal Ocean Color Palette (PNG)

Download teal ocean color palette PNG image (landscape)
Download teal ocean color palette PNG image (square)

Teal Ocean color palette CSS

/* CSS */
.color-1 {
color: #201424;
}
.color-2 {
color: #a54a8a;
}
.color-3 {
color: #7498d2;
}
.color-4 {
color: #cb345c;
}
.color-5 {
color: #dcd04c;
}

/* CSS Variables */
:root {
--color-1: #201424;
--color-2: #a54a8a;
--color-3: #7498d2;
--color-4: #cb345c;
--color-5: #dcd04c;
}

Teal Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201424, #a54a8a, #7498d2, #cb345c, #dcd04c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201424, #a54a8a, #7498d2, #cb345c, #dcd04c);
}

Similar color palettes

Teal Ocean color palette created on .