Teal Tranquility Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Tranquility palette
Teal Tranquility color palette CSS
/* CSS */
.color-1 {
color: #1a998c;
}
.color-2 {
color: #3cb9a8;
}
.color-3 {
color: #6fd3c4;
}
.color-4 {
color: #a9e0e5;
}
.color-5 {
color: #d2f4f4;
}
/* CSS Variables */
:root {
--color-1: #1a998c;
--color-2: #3cb9a8;
--color-3: #6fd3c4;
--color-4: #a9e0e5;
--color-5: #d2f4f4;
}
Teal Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a998c, #3cb9a8, #6fd3c4, #a9e0e5, #d2f4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a998c, #3cb9a8, #6fd3c4, #a9e0e5, #d2f4f4);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Teal Tranquility color palette created on .