Moroccan Sunset Hues Color Palette
Discover the beautiful Moroccan Sunset Hues color palette featuring casablanca (#f8b954), sandy brown (#f3a65e), porsche (#e6a26b), tumbleweed (#d9a27d) and oriental pink (#c89a8d).
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 Moroccan Sunset Hues palette
๐ป Moroccan Sunset Hues color palette CSS
/* CSS */
.color-1 {
color: #f8b954;
}
.color-2 {
color: #f3a65e;
}
.color-3 {
color: #e6a26b;
}
.color-4 {
color: #d9a27d;
}
.color-5 {
color: #c89a8d;
}
/* CSS Variables */
:root {
--color-1: #f8b954;
--color-2: #f3a65e;
--color-3: #e6a26b;
--color-4: #d9a27d;
--color-5: #c89a8d;
} ๐ Moroccan Sunset Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b954, #f3a65e, #e6a26b, #d9a27d, #c89a8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b954, #f3a65e, #e6a26b, #d9a27d, #c89a8d);
} ๐ Explore similar color palettes
Moroccan Sunset Hues color palette created on .