Black Flower Fuchsia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Flower Fuchsia palette
Black Flower Fuchsia color palette PNG image
Black Flower Fuchsia color palette CSS
/* CSS */
.color-1 {
color: #e92063;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #c51162;
}
.color-4 {
color: #860e4e;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #e92063;
--color-2: #d6006f;
--color-3: #c51162;
--color-4: #860e4e;
--color-5: #681b98;
}
Black Flower Fuchsia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92063, #d6006f, #c51162, #860e4e, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92063, #d6006f, #c51162, #860e4e, #681b98);
}
Similar color palettes
Scroll down to explore 1 Fuschia color palette
Black Flower Fuchsia color palette created on .