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: #28b6b8;
}
.color-2 {
color: #a4d6d4;
}
.color-3 {
color: #f0e9e0;
}
.color-4 {
color: #f9c7a4;
}
.color-5 {
color: #f76a3b;
}

/* CSS Variables */
:root {
--color-1: #28b6b8;
--color-2: #a4d6d4;
--color-3: #f0e9e0;
--color-4: #f9c7a4;
--color-5: #f76a3b;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28b6b8, #a4d6d4, #f0e9e0, #f9c7a4, #f76a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28b6b8, #a4d6d4, #f0e9e0, #f9c7a4, #f76a3b);
}

Teal Beach color palette created on .