Maya Sunset Color Palette
Discover the beautiful Maya Sunset color palette featuring raw sienna (#d48a3a), ronchi (#f1b74b), marzipan (#f9e79f), fountain blue (#5cb7c1) and affair (#7d4c9a).
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 Maya Sunset palette
๐ป Maya Sunset color palette CSS
/* CSS */
.color-1 {
color: #d48a3a;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #5cb7c1;
}
.color-5 {
color: #7d4c9a;
}
/* CSS Variables */
:root {
--color-1: #d48a3a;
--color-2: #f1b74b;
--color-3: #f9e79f;
--color-4: #5cb7c1;
--color-5: #7d4c9a;
} ๐ Maya Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d48a3a, #f1b74b, #f9e79f, #5cb7c1, #7d4c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d48a3a, #f1b74b, #f9e79f, #5cb7c1, #7d4c9a);
} ๐ Explore similar color palettes
Maya Sunset color palette created on .