Intellectual Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Intellectual Teal palette

Share this palette to:

Intellectual Teal color palette CSS

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #49148a;
}
.color-3 {
color: #681b98;
}
.color-4 {
color: #860e4e;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #49148a;
--color-3: #681b98;
--color-4: #860e4e;
--color-5: #ff5724;
}

Intellectual Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #49148a, #681b98, #860e4e, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #49148a, #681b98, #860e4e, #ff5724);
}

Similar color palettes

Intellectual Teal color palette created on .