Fuchsia Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuchsia Dreamscape palette
Fuchsia Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #e50b5b;
}
.color-2 {
color: #f65a8c;
}
.color-3 {
color: #ff809d;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #ffebeb;
}
/* CSS Variables */
:root {
--color-1: #e50b5b;
--color-2: #f65a8c;
--color-3: #ff809d;
--color-4: #ffb3c6;
--color-5: #ffebeb;
}
Fuchsia Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e50b5b, #f65a8c, #ff809d, #ffb3c6, #ffebeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e50b5b, #f65a8c, #ff809d, #ffb3c6, #ffebeb);
}
Similar color palettes
Fuchsia Dreamscape color palette created on .