Caudipteryx Color Palette
Discover the beautiful Caudipteryx color palette featuring wattle (#dac74e), earls green (#c7a93d), luxor gold (#a6792b), kumera (#7a5c1f) and punga (#4a3d12).
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 Caudipteryx palette
💻 Caudipteryx color palette CSS
/* CSS */
.color-1 {
color: #dac74e;
}
.color-2 {
color: #c7a93d;
}
.color-3 {
color: #a6792b;
}
.color-4 {
color: #7a5c1f;
}
.color-5 {
color: #4a3d12;
}
/* CSS Variables */
:root {
--color-1: #dac74e;
--color-2: #c7a93d;
--color-3: #a6792b;
--color-4: #7a5c1f;
--color-5: #4a3d12;
} 🌈 Caudipteryx background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac74e, #c7a93d, #a6792b, #7a5c1f, #4a3d12);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac74e, #c7a93d, #a6792b, #7a5c1f, #4a3d12);
} 🔗 Explore similar color palettes
Caudipteryx color palette created on .