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: #55c0d8;
}
.color-2 {
color: #fbd065;
}
.color-3 {
color: #ffb442;
}
.color-4 {
color: #ff8c75;
}
.color-5 {
color: #fb6a60;
}

/* CSS Variables */
:root {
--color-1: #55c0d8;
--color-2: #fbd065;
--color-3: #ffb442;
--color-4: #ff8c75;
--color-5: #fb6a60;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #55c0d8, #fbd065, #ffb442, #ff8c75, #fb6a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #55c0d8, #fbd065, #ffb442, #ff8c75, #fb6a60);
}

Teal Beach color palette created on .