Teal Astrobiology Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Astrobiology palette

Share this palette to:

Teal Astrobiology color palette CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3c6d6c;
}
.color-3 {
color: #5abf9d;
}
.color-4 {
color: #8cedc0;
}
.color-5 {
color: #f4e4b3;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3c6d6c;
--color-3: #5abf9d;
--color-4: #8cedc0;
--color-5: #f4e4b3;
}

Teal Astrobiology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3c6d6c, #5abf9d, #8cedc0, #f4e4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3c6d6c, #5abf9d, #8cedc0, #f4e4b3);
}

Teal Astrobiology color palette created on .