Magenta Eyes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Magenta Eyes palette
Magenta Eyes color palette PNG image
Magenta Eyes color palette CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff4d7f;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #ffcf75;
}
.color-5 {
color: #ffe680;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff4d7f;
--color-3: #ff9c8f;
--color-4: #ffcf75;
--color-5: #ffe680;
}
Magenta Eyes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff4d7f, #ff9c8f, #ffcf75, #ffe680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff4d7f, #ff9c8f, #ffcf75, #ffe680);
}
Similar color palettes
Magenta Eyes color palette created on .