Pink Eros Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Eros palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Eros Color Palette (PNG)
Pink Eros color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b70;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #ffe09e;
}
.color-5 {
color: #f3afc0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b70;
--color-3: #f7c5a6;
--color-4: #ffe09e;
--color-5: #f3afc0;
}
Pink Eros background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b70, #f7c5a6, #ffe09e, #f3afc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b70, #f7c5a6, #ffe09e, #f3afc0);
}
Similar color palettes
Pink Eros color palette created on .