Teal Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Tranquility palette

Share this palette to:

Teal Tranquility color palette CSS

/* CSS */
.color-1 {
color: #1e4f52;
}
.color-2 {
color: #3b7c7d;
}
.color-3 {
color: #5cb2b1;
}
.color-4 {
color: #92e6e8;
}
.color-5 {
color: #b5f0f2;
}

/* CSS Variables */
:root {
--color-1: #1e4f52;
--color-2: #3b7c7d;
--color-3: #5cb2b1;
--color-4: #92e6e8;
--color-5: #b5f0f2;
}

Teal Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4f52, #3b7c7d, #5cb2b1, #92e6e8, #b5f0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4f52, #3b7c7d, #5cb2b1, #92e6e8, #b5f0f2);
}

Teal Tranquility color palette created on .