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: #4ab5b1;
}
.color-2 {
color: #73d4c9;
}
.color-3 {
color: #aae4d1;
}
.color-4 {
color: #d7f4e7;
}
.color-5 {
color: #f5fffa;
}

/* CSS Variables */
:root {
--color-1: #4ab5b1;
--color-2: #73d4c9;
--color-3: #aae4d1;
--color-4: #d7f4e7;
--color-5: #f5fffa;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ab5b1, #73d4c9, #aae4d1, #d7f4e7, #f5fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ab5b1, #73d4c9, #aae4d1, #d7f4e7, #f5fffa);
}

Teal Beach color palette created on .