Emo Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emo Pink Shades palette

Share this palette to:

Emo Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d8e;
}
.color-3 {
color: #c03584;
}
.color-4 {
color: #900e6f;
}
.color-5 {
color: #4d004b;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d8e;
--color-3: #c03584;
--color-4: #900e6f;
--color-5: #4d004b;
}

Emo Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff3d8e, #c03584, #900e6f, #4d004b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff3d8e, #c03584, #900e6f, #4d004b);
}

Emo Pink Shades color palette created on .