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: #6bc2b4;
}
.color-3 {
color: #8de2c6;
}
.color-4 {
color: #9ff4d3;
}
.color-5 {
color: #b6f7e1;
}

/* CSS Variables */
:root {
--color-1: #5da2a0;
--color-2: #6bc2b4;
--color-3: #8de2c6;
--color-4: #9ff4d3;
--color-5: #b6f7e1;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5da2a0, #6bc2b4, #8de2c6, #9ff4d3, #b6f7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5da2a0, #6bc2b4, #8de2c6, #9ff4d3, #b6f7e1);
}

Teal Beach color palette created on .