Bright Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Teal palette
Bright Teal color palette CSS
/* CSS */
.color-1 {
color: #3dffff;
}
.color-2 {
color: #1ab0c7;
}
.color-3 {
color: #009e9b;
}
.color-4 {
color: #007a74;
}
.color-5 {
color: #005c5a;
}
/* CSS Variables */
:root {
--color-1: #3dffff;
--color-2: #1ab0c7;
--color-3: #009e9b;
--color-4: #007a74;
--color-5: #005c5a;
}
Bright Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dffff, #1ab0c7, #009e9b, #007a74, #005c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dffff, #1ab0c7, #009e9b, #007a74, #005c5a);
}
Similar color palettes
Bright Teal color palette created on .