Cruel King Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cruel King palette

Share this palette to:

Cruel King color palette PNG image

Download cruel king color palette PNG image (landscape)
Download cruel king color palette PNG image (square)

Cruel King color palette CSS

/* CSS */
.color-1 {
color: #6d402c;
}
.color-2 {
color: #b96c50;
}
.color-3 {
color: #e1a66b;
}
.color-4 {
color: #f8c76d;
}
.color-5 {
color: #f24a2c;
}

/* CSS Variables */
:root {
--color-1: #6d402c;
--color-2: #b96c50;
--color-3: #e1a66b;
--color-4: #f8c76d;
--color-5: #f24a2c;
}

Cruel King background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d402c, #b96c50, #e1a66b, #f8c76d, #f24a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d402c, #b96c50, #e1a66b, #f8c76d, #f24a2c);
}

Cruel King color palette created on .