King Cold Color Palette
Discover the beautiful King Cold color palette featuring cornflower (#a6c6ed), pigeon post (#a3b2d7), lilac (#c99cc9), ronchi (#f1c84b) and flame pea (#d75c28).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with King Cold palette
💻 King Cold color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #a3b2d7;
}
.color-3 {
color: #c99cc9;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d75c28;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #a3b2d7;
--color-3: #c99cc9;
--color-4: #f1c84b;
--color-5: #d75c28;
} 🌈 King Cold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #a3b2d7, #c99cc9, #f1c84b, #d75c28);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #a3b2d7, #c99cc9, #f1c84b, #d75c28);
} 🔗 Explore similar color palettes
King Cold color palette created on .