Coral Matrix Color Palette
Discover the beautiful Coral Matrix color palette featuring japonica (#d66b6b), tumbleweed (#e1a57a), mandys pink (#f1c4b7), sinbad (#a4d6c1) and viking (#6bb5e1).
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 Coral Matrix palette
💻 Coral Matrix color palette CSS
/* CSS */
.color-1 {
color: #d66b6b;
}
.color-2 {
color: #e1a57a;
}
.color-3 {
color: #f1c4b7;
}
.color-4 {
color: #a4d6c1;
}
.color-5 {
color: #6bb5e1;
}
/* CSS Variables */
:root {
--color-1: #d66b6b;
--color-2: #e1a57a;
--color-3: #f1c4b7;
--color-4: #a4d6c1;
--color-5: #6bb5e1;
}
🌈 Coral Matrix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66b6b, #e1a57a, #f1c4b7, #a4d6c1, #6bb5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66b6b, #e1a57a, #f1c4b7, #a4d6c1, #6bb5e1);
}
🔗 Explore similar color palettes
Coral Matrix color palette created on .