Teal Alien Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Alien palette

Share this palette to:

Teal Alien color palette CSS

/* CSS */
.color-1 {
color: #9fd2df;
}
.color-2 {
color: #7ac7d6;
}
.color-3 {
color: #4ca8d6;
}
.color-4 {
color: #2c7d9b;
}
.color-5 {
color: #1e596b;
}

/* CSS Variables */
:root {
--color-1: #9fd2df;
--color-2: #7ac7d6;
--color-3: #4ca8d6;
--color-4: #2c7d9b;
--color-5: #1e596b;
}

Teal Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd2df, #7ac7d6, #4ca8d6, #2c7d9b, #1e596b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd2df, #7ac7d6, #4ca8d6, #2c7d9b, #1e596b);
}

Teal Alien color palette created on .