Fuschia Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuschia Dream palette
Fuschia Dream color palette PNG image
Fuschia Dream color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #fbc1d3;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff7092;
--color-3: #ff8fab;
--color-4: #ffb3c6;
--color-5: #fbc1d3;
}
Fuschia Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff7092, #ff8fab, #ffb3c6, #fbc1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff7092, #ff8fab, #ffb3c6, #fbc1d3);
}
Similar color palettes
Scroll down to explore 1 Fuschia color palette
Fuschia Dream color palette created on .