Teal Jay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Jay palette

Share this palette to:

Teal Jay color palette CSS

/* CSS */
.color-1 {
color: #3a8e98;
}
.color-2 {
color: #4fb5a8;
}
.color-3 {
color: #71d6c3;
}
.color-4 {
color: #a3e1d6;
}
.color-5 {
color: #f5f7e8;
}

/* CSS Variables */
:root {
--color-1: #3a8e98;
--color-2: #4fb5a8;
--color-3: #71d6c3;
--color-4: #a3e1d6;
--color-5: #f5f7e8;
}

Teal Jay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e98, #4fb5a8, #71d6c3, #a3e1d6, #f5f7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e98, #4fb5a8, #71d6c3, #a3e1d6, #f5f7e8);
}

Teal Jay color palette created on .