Teal Bioluminescence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Bioluminescence palette
Teal Bioluminescence color palette CSS
/* CSS */
.color-1 {
color: #33c3eb;
}
.color-2 {
color: #60e4f6;
}
.color-3 {
color: #80edf9;
}
.color-4 {
color: #aaf7fd;
}
.color-5 {
color: #e1fdfe;
}
/* CSS Variables */
:root {
--color-1: #33c3eb;
--color-2: #60e4f6;
--color-3: #80edf9;
--color-4: #aaf7fd;
--color-5: #e1fdfe;
}
Teal Bioluminescence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33c3eb, #60e4f6, #80edf9, #aaf7fd, #e1fdfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33c3eb, #60e4f6, #80edf9, #aaf7fd, #e1fdfe);
}
Similar color palettes
Teal Bioluminescence color palette created on .