Royal Sands of Cleopatra Color Palette
Discover the beautiful Royal Sands of Cleopatra color palette featuring whiskey (#d5a96c), cameo (#d9b69b), hopbush (#c86a89), tapestry (#ab4f8c) and affair (#6e4c8a).
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 Royal Sands of Cleopatra palette
๐ป Royal Sands of Cleopatra color palette CSS
/* CSS */
.color-1 {
color: #d5a96c;
}
.color-2 {
color: #d9b69b;
}
.color-3 {
color: #c86a89;
}
.color-4 {
color: #ab4f8c;
}
.color-5 {
color: #6e4c8a;
}
/* CSS Variables */
:root {
--color-1: #d5a96c;
--color-2: #d9b69b;
--color-3: #c86a89;
--color-4: #ab4f8c;
--color-5: #6e4c8a;
}
๐ Royal Sands of Cleopatra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a96c, #d9b69b, #c86a89, #ab4f8c, #6e4c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a96c, #d9b69b, #c86a89, #ab4f8c, #6e4c8a);
}
๐ Explore similar color palettes
Royal Sands of Cleopatra color palette created on .