Maya Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Maya Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Maya Sunset Color Palette (PNG)
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);
}
Similar color palettes
Maya Sunset color palette created on .