Teal Tortuga Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Tortuga palette

Share this palette to:

Teal Tortuga color palette CSS

/* CSS */
.color-1 {
color: #1e3c3e;
}
.color-2 {
color: #4f9c8d;
}
.color-3 {
color: #7bc6b2;
}
.color-4 {
color: #b0e5e8;
}
.color-5 {
color: #f1f8f5;
}

/* CSS Variables */
:root {
--color-1: #1e3c3e;
--color-2: #4f9c8d;
--color-3: #7bc6b2;
--color-4: #b0e5e8;
--color-5: #f1f8f5;
}

Teal Tortuga background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c3e, #4f9c8d, #7bc6b2, #b0e5e8, #f1f8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c3e, #4f9c8d, #7bc6b2, #b0e5e8, #f1f8f5);
}

Teal Tortuga color palette created on .