King Cold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with King Cold palette

Share this palette to:

King Cold color palette PNG image

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

King Cold color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #a3b1d7;
}
.color-3 {
color: #c99cc9;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d75c28;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #a3b1d7;
--color-3: #c99cc9;
--color-4: #f1c84b;
--color-5: #d75c28;
}

King Cold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #a3b1d7, #c99cc9, #f1c84b, #d75c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #a3b1d7, #c99cc9, #f1c84b, #d75c28);
}

King Cold color palette created on .