Cyber Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Pink palette

Share this palette to:

Cyber Pink color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff4d6d;
}
.color-3 {
color: #ff3d5e;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #a400b3;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff4d6d;
--color-3: #ff3d5e;
--color-4: #da1b61;
--color-5: #a400b3;
}

Cyber Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff4d6d, #ff3d5e, #da1b61, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff4d6d, #ff3d5e, #da1b61, #a400b3);
}

Cyber Pink color palette created on .