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