Kobold Color Palette
Discover the beautiful Kobold color palette featuring mandys pink (#f3c3b0), shilo (#e2aba6), puce (#ce8d8f), tapestry (#b16889) and strikemaster (#955093).
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 Kobold palette
💻 Kobold color palette CSS
/* CSS */
.color-1 {
color: #f3c3b0;
}
.color-2 {
color: #e2aba6;
}
.color-3 {
color: #ce8d8f;
}
.color-4 {
color: #b16889;
}
.color-5 {
color: #955093;
}
/* CSS Variables */
:root {
--color-1: #f3c3b0;
--color-2: #e2aba6;
--color-3: #ce8d8f;
--color-4: #b16889;
--color-5: #955093;
} 🌈 Kobold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c3b0, #e2aba6, #ce8d8f, #b16889, #955093);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c3b0, #e2aba6, #ce8d8f, #b16889, #955093);
} 🔗 Explore similar color palettes
Kobold color palette created on .