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: #5da2a0;
}
.color-2 {
color: #6fb8a1;
}
.color-3 {
color: #8ed2b0;
}
.color-4 {
color: #b2e1d0;
}
.color-5 {
color: #e1f9f1;
}

/* CSS Variables */
:root {
--color-1: #5da2a0;
--color-2: #6fb8a1;
--color-3: #8ed2b0;
--color-4: #b2e1d0;
--color-5: #e1f9f1;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5da2a0, #6fb8a1, #8ed2b0, #b2e1d0, #e1f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5da2a0, #6fb8a1, #8ed2b0, #b2e1d0, #e1f9f1);
}

Teal Beach color palette created on .