Paper Dragon Color Palette
Discover the beautiful Paper Dragon color palette featuring cashmere (#e8b7a1), soft amber (#d2c8b2), opal (#a7c3b7), smalt blue (#508d95) and fiord (#3c5a6d).
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 Paper Dragon palette
💻 Paper Dragon color palette CSS
/* CSS */
.color-1 {
color: #e8b7a1;
}
.color-2 {
color: #d2c8b2;
}
.color-3 {
color: #a7c3b7;
}
.color-4 {
color: #508d95;
}
.color-5 {
color: #3c5a6d;
}
/* CSS Variables */
:root {
--color-1: #e8b7a1;
--color-2: #d2c8b2;
--color-3: #a7c3b7;
--color-4: #508d95;
--color-5: #3c5a6d;
}
🌈 Paper Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b7a1, #d2c8b2, #a7c3b7, #508d95, #3c5a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b7a1, #d2c8b2, #a7c3b7, #508d95, #3c5a6d);
}
🔗 Explore similar color palettes
Paper Dragon color palette created on .