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: #09b0b3;
}
.color-2 {
color: #1fd6d3;
}
.color-3 {
color: #4de0d8;
}
.color-4 {
color: #90f4e3;
}
.color-5 {
color: #bef9f5;
}

/* CSS Variables */
:root {
--color-1: #09b0b3;
--color-2: #1fd6d3;
--color-3: #4de0d8;
--color-4: #90f4e3;
--color-5: #bef9f5;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #09b0b3, #1fd6d3, #4de0d8, #90f4e3, #bef9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #09b0b3, #1fd6d3, #4de0d8, #90f4e3, #bef9f5);
}

Teal Beach color palette created on .