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