Bright Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Cyan palette

Share this palette to:

Bright Cyan color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #00ced1;
}
.color-3 {
color: #3ee0cf;
}
.color-4 {
color: #47d1cd;
}
.color-5 {
color: #61faff;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #00ced1;
--color-3: #3ee0cf;
--color-4: #47d1cd;
--color-5: #61faff;
}

Bright Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #00ced1, #3ee0cf, #47d1cd, #61faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #00ced1, #3ee0cf, #47d1cd, #61faff);
}

Bright Cyan color palette created on .