Maui Mirage Color Palette
Discover the beautiful Maui Mirage color palette featuring blaze orange (#f56200), sandy brown (#f68965), manhattan (#f4ba8a), marzipan (#f8d487) and citrine white (#fafadb).
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 Maui Mirage palette
๐ป Maui Mirage color palette CSS
/* CSS */
.color-1 {
color: #f56200;
}
.color-2 {
color: #f68965;
}
.color-3 {
color: #f4ba8a;
}
.color-4 {
color: #f8d487;
}
.color-5 {
color: #fafadb;
}
/* CSS Variables */
:root {
--color-1: #f56200;
--color-2: #f68965;
--color-3: #f4ba8a;
--color-4: #f8d487;
--color-5: #fafadb;
} ๐ Maui Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f56200, #f68965, #f4ba8a, #f8d487, #fafadb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f56200, #f68965, #f4ba8a, #f8d487, #fafadb);
} ๐ Explore similar color palettes
Maui Mirage color palette created on .