Cyber Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Mirage palette

Share this palette to:

Cyber Mirage color palette CSS

/* CSS */
.color-1 {
color: #1f7c8e;
}
.color-2 {
color: #409c8e;
}
.color-3 {
color: #76c6c1;
}
.color-4 {
color: #b1e7e4;
}
.color-5 {
color: #f0f9f8;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #409c8e;
--color-3: #76c6c1;
--color-4: #b1e7e4;
--color-5: #f0f9f8;
}

Cyber Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #409c8e, #76c6c1, #b1e7e4, #f0f9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #409c8e, #76c6c1, #b1e7e4, #f0f9f8);
}

Cyber Mirage color palette created on .