King of Curses Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with King of Curses palette
King of Curses color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6a1a74;
}
.color-3 {
color: #a439a7;
}
.color-4 {
color: #d62991;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6a1a74;
--color-3: #a439a7;
--color-4: #d62991;
--color-5: #ff6e61;
}
King of Curses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6a1a74, #a439a7, #d62991, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6a1a74, #a439a7, #d62991, #ff6e61);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
King of Curses color palette created on .