Teal Scuba Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Scuba palette

Share this palette to:

Teal Scuba color palette CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #2edc9c;
}
.color-4 {
color: #b4e4b7;
}
.color-5 {
color: #f4f3d7;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #2edc9c;
--color-4: #b4e4b7;
--color-5: #f4f3d7;
}

Teal Scuba background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #2edc9c, #b4e4b7, #f4f3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #2edc9c, #b4e4b7, #f4f3d7);
}

Teal Scuba color palette created on .