Dark Fantasy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Fantasy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Fantasy Color Palette (PNG)
Dark Fantasy color palette CSS
/* CSS */
.color-1 {
color: #201a32;
}
.color-2 {
color: #4e3c5d;
}
.color-3 {
color: #896991;
}
.color-4 {
color: #e5a4c7;
}
.color-5 {
color: #f5c2d9;
}
/* CSS Variables */
:root {
--color-1: #201a32;
--color-2: #4e3c5d;
--color-3: #896991;
--color-4: #e5a4c7;
--color-5: #f5c2d9;
}
Dark Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201a32, #4e3c5d, #896991, #e5a4c7, #f5c2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201a32, #4e3c5d, #896991, #e5a4c7, #f5c2d9);
}
Similar color palettes
Dark Fantasy color palette created on .