Desert Sun Serenade Color Palette
Discover the beautiful Desert Sun Serenade color palette featuring saffron (#f4c543), anzac (#e3a34f), raw sienna (#d68a4c), brown rust (#b05e3b) and spice (#6f3d2f).
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 Desert Sun Serenade palette
๐ป Desert Sun Serenade color palette CSS
/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e3a34f;
}
.color-3 {
color: #d68a4c;
}
.color-4 {
color: #b05e3b;
}
.color-5 {
color: #6f3d2f;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e3a34f;
--color-3: #d68a4c;
--color-4: #b05e3b;
--color-5: #6f3d2f;
} ๐ Desert Sun Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e3a34f, #d68a4c, #b05e3b, #6f3d2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e3a34f, #d68a4c, #b05e3b, #6f3d2f);
} ๐ Explore similar color palettes
Desert Sun Serenade color palette created on .