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: #0b4f8e;
}
.color-2 {
color: #1a818e;
}
.color-3 {
color: #4cb8b1;
}
.color-4 {
color: #93e1d3;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #0b4f8e;
--color-2: #1a818e;
--color-3: #4cb8b1;
--color-4: #93e1d3;
--color-5: #f9c54e;
}

Teal Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b4f8e, #1a818e, #4cb8b1, #93e1d3, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b4f8e, #1a818e, #4cb8b1, #93e1d3, #f9c54e);
}

Teal Beach color palette created on .