Bright Cyan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Cyan palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bright Cyan Color Palette (PNG)
Bright Cyan color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #ffec3d;
--color-4: #8bc34b;
--color-5: #ff9900;
}
Bright Cyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #ffec3d, #8bc34b, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #ffec3d, #8bc34b, #ff9900);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Cyan color palette created on .