Mojo Sunset Color Palette
Discover the beautiful Mojo Sunset color palette featuring mojo (#be4737), japonica (#d57f5d), tacao (#ebb07f), sandwisp (#f5dfa3) and wheat (#f6e4b1).
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 Mojo Sunset palette
๐ป 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);
}
๐ Explore similar color palettes
Mojo Sunset color palette created on .