Bright Blue Cybernetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue Cybernetic palette

Share this palette to:

Bright Blue Cybernetic color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #7f00ff;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #00e677;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #7f00ff;
--color-3: #ff3c00;
--color-4: #ffec3d;
--color-5: #00e677;
}

Bright Blue Cybernetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #7f00ff, #ff3c00, #ffec3d, #00e677);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #7f00ff, #ff3c00, #ffec3d, #00e677);
}

Bright Blue Cybernetic color palette created on .