Draculara Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Draculara palette
Download Draculara Color Palette (PNG)
Draculara color palette CSS
/* CSS */
.color-1 {
color: #5c1f3d;
}
.color-2 {
color: #a14a6a;
}
.color-3 {
color: #e6b8b7;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #d1c7e0;
}
/* CSS Variables */
:root {
--color-1: #5c1f3d;
--color-2: #a14a6a;
--color-3: #e6b8b7;
--color-4: #f9e8b4;
--color-5: #d1c7e0;
}
Draculara background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c1f3d, #a14a6a, #e6b8b7, #f9e8b4, #d1c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c1f3d, #a14a6a, #e6b8b7, #f9e8b4, #d1c7e0);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Draculara color palette created on .