Teal Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Space palette

Share this palette to:

Teal Space color palette CSS

/* CSS */
.color-1 {
color: #1d1e4e;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #4f7b8c;
}
.color-4 {
color: #75c7c0;
}
.color-5 {
color: #a1e8e6;
}

/* CSS Variables */
:root {
--color-1: #1d1e4e;
--color-2: #3b4f8c;
--color-3: #4f7b8c;
--color-4: #75c7c0;
--color-5: #a1e8e6;
}

Teal Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e4e, #3b4f8c, #4f7b8c, #75c7c0, #a1e8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e4e, #3b4f8c, #4f7b8c, #75c7c0, #a1e8e6);
}

Teal Space color palette created on .