Fuchsia Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuchsia Dreams palette
Fuchsia Dreams color palette PNG image
Fuchsia Dreams color palette CSS
/* CSS */
.color-1 {
color: #7957c1;
}
.color-2 {
color: #a66abe;
}
.color-3 {
color: #d7a6d9;
}
.color-4 {
color: #f2b5e1;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #7957c1;
--color-2: #a66abe;
--color-3: #d7a6d9;
--color-4: #f2b5e1;
--color-5: #ff7092;
}
Fuchsia Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7957c1, #a66abe, #d7a6d9, #f2b5e1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7957c1, #a66abe, #d7a6d9, #f2b5e1, #ff7092);
}
Similar color palettes
Scroll down to explore 1 Bright color palette
Fuchsia Dreams color palette created on .