Cool Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Teal palette
Cool Teal color palette CSS
/* CSS */
.color-1 {
color: #1a8c9e;
}
.color-2 {
color: #3bb2bf;
}
.color-3 {
color: #5ed0d4;
}
.color-4 {
color: #a1e5e8;
}
.color-5 {
color: #e1f2f4;
}
/* CSS Variables */
:root {
--color-1: #1a8c9e;
--color-2: #3bb2bf;
--color-3: #5ed0d4;
--color-4: #a1e5e8;
--color-5: #e1f2f4;
}
Cool Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8c9e, #3bb2bf, #5ed0d4, #a1e5e8, #e1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8c9e, #3bb2bf, #5ed0d4, #a1e5e8, #e1f2f4);
}
Similar color palettes
Cool Teal color palette created on .