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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Beige, Cream, Coral, Warm, Earthy, Vintage, Soft, Autumn color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Mojo Sunset color palette created on .