Teal Tunnelvision Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Tunnelvision palette

Share this palette to:

Teal Tunnelvision color palette CSS

/* CSS */
.color-1 {
color: #1e7f99;
}
.color-2 {
color: #3db1b3;
}
.color-3 {
color: #6bdbd4;
}
.color-4 {
color: #a4f1f4;
}
.color-5 {
color: #f2e7a6;
}

/* CSS Variables */
:root {
--color-1: #1e7f99;
--color-2: #3db1b3;
--color-3: #6bdbd4;
--color-4: #a4f1f4;
--color-5: #f2e7a6;
}

Teal Tunnelvision background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7f99, #3db1b3, #6bdbd4, #a4f1f4, #f2e7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7f99, #3db1b3, #6bdbd4, #a4f1f4, #f2e7a6);
}

Teal Tunnelvision color palette created on .