Bright Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Cyan palette

Share this palette to:

Download Bright Cyan Color Palette (PNG)

Download bright cyan color palette PNG image (landscape)
Download bright cyan color palette PNG image (square)

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);
}

Bright Cyan color palette created on .