Teal Squid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Squid palette

Share this palette to:

Download Teal Squid Color Palette (PNG)

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

Teal Squid color palette CSS

/* CSS */
.color-1 {
color: #1f7c8e;
}
.color-2 {
color: #2d9a8d;
}
.color-3 {
color: #3db89f;
}
.color-4 {
color: #6dd5b7;
}
.color-5 {
color: #a1edd1;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #2d9a8d;
--color-3: #3db89f;
--color-4: #6dd5b7;
--color-5: #a1edd1;
}

Teal Squid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #2d9a8d, #3db89f, #6dd5b7, #a1edd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #2d9a8d, #3db89f, #6dd5b7, #a1edd1);
}

Teal Squid color palette created on .