Teal Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Beach palette

Share this palette to:

Teal Beach color palette CSS

/* CSS */
.color-1 {
color: #bcd7e1;
}
.color-2 {
color: #99cad1;
}
.color-3 {
color: #4bb9b7;
}
.color-4 {
color: #1e9f9c;
}
.color-5 {
color: #0b7977;
}

/* CSS Variables */
:root {
--color-1: #bcd7e1;
--color-2: #99cad1;
--color-3: #4bb9b7;
--color-4: #1e9f9c;
--color-5: #0b7977;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcd7e1, #99cad1, #4bb9b7, #1e9f9c, #0b7977);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcd7e1, #99cad1, #4bb9b7, #1e9f9c, #0b7977);
}

Teal Beach color palette created on .