Bright Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Teal palette

Share this palette to:

Bright Teal color palette CSS

/* CSS */
.color-1 {
color: #a3d6e1;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #b1f2d8;
}
.color-4 {
color: #9fc1d6;
}
.color-5 {
color: #dfb9f3;
}

/* CSS Variables */
:root {
--color-1: #a3d6e1;
--color-2: #f9aeae;
--color-3: #b1f2d8;
--color-4: #9fc1d6;
--color-5: #dfb9f3;
}

Bright Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e1, #f9aeae, #b1f2d8, #9fc1d6, #dfb9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e1, #f9aeae, #b1f2d8, #9fc1d6, #dfb9f3);
}

Similar color palettes

Bright Teal color palette created on .