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: #5cdbd5;
}
.color-2 {
color: #1f9e9b;
}
.color-3 {
color: #3a6c6e;
}
.color-4 {
color: #a95b94;
}
.color-5 {
color: #ff5a3d;
}

/* CSS Variables */
:root {
--color-1: #5cdbd5;
--color-2: #1f9e9b;
--color-3: #3a6c6e;
--color-4: #a95b94;
--color-5: #ff5a3d;
}

Teal Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdbd5, #1f9e9b, #3a6c6e, #a95b94, #ff5a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdbd5, #1f9e9b, #3a6c6e, #a95b94, #ff5a3d);
}

Teal Alien color palette created on .