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