Turquoise Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Tranquility palette

Share this palette to:

Turquoise Tranquility color palette CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #1ec8b4;
}
.color-3 {
color: #4de0c5;
}
.color-4 {
color: #84e6d1;
}
.color-5 {
color: #b1f1e8;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #1ec8b4;
--color-3: #4de0c5;
--color-4: #84e6d1;
--color-5: #b1f1e8;
}

Turquoise Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #1ec8b4, #4de0c5, #84e6d1, #b1f1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #1ec8b4, #4de0c5, #84e6d1, #b1f1e8);
}

Turquoise Tranquility color palette created on .