Fuchsia Fantasia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuchsia Fantasia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fuchsia Fantasia Color Palette (PNG)
Fuchsia Fantasia color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d74;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6b00b3;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d74;
--color-3: #d6006f;
--color-4: #a400b3;
--color-5: #6b00b3;
}
Fuchsia Fantasia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}
Similar color palettes
Fuchsia Fantasia color palette created on .