Cruel King Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cruel King palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cruel King Color Palette (PNG)
Cruel King color palette CSS
/* CSS */
.color-1 {
color: #1f1c3b;
}
.color-2 {
color: #594c90;
}
.color-3 {
color: #9f7cbb;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #c7383f;
}
/* CSS Variables */
:root {
--color-1: #1f1c3b;
--color-2: #594c90;
--color-3: #9f7cbb;
--color-4: #f1a8a2;
--color-5: #c7383f;
}
Cruel King background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c3b, #594c90, #9f7cbb, #f1a8a2, #c7383f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c3b, #594c90, #9f7cbb, #f1a8a2, #c7383f);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Cruel King color palette created on .