Mojo Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mojo Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mojo Sunset Color Palette (PNG)
Mojo Sunset color palette CSS
/* CSS */
.color-1 {
color: #be4737;
}
.color-2 {
color: #d57f5d;
}
.color-3 {
color: #ebb07f;
}
.color-4 {
color: #f5dfa3;
}
.color-5 {
color: #f6e4b1;
}
/* CSS Variables */
:root {
--color-1: #be4737;
--color-2: #d57f5d;
--color-3: #ebb07f;
--color-4: #f5dfa3;
--color-5: #f6e4b1;
}
Mojo Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be4737, #d57f5d, #ebb07f, #f5dfa3, #f6e4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be4737, #d57f5d, #ebb07f, #f5dfa3, #f6e4b1);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Mojo Sunset color palette created on .