Ram's Embrace Color Palette
Discover the beautiful Ram's Embrace color palette featuring anzac (#d9a44a), fuzzy wuzzy brown (#c16c4e), tapestry (#a64e85), vivid violet (#8c3f9d) and gigas (#5b3b9b).
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 Ram's Embrace palette
๐ป Ram's Embrace color palette CSS
/* CSS */
.color-1 {
color: #d9a44a;
}
.color-2 {
color: #c16c4e;
}
.color-3 {
color: #a64e85;
}
.color-4 {
color: #8c3f9d;
}
.color-5 {
color: #5b3b9b;
}
/* CSS Variables */
:root {
--color-1: #d9a44a;
--color-2: #c16c4e;
--color-3: #a64e85;
--color-4: #8c3f9d;
--color-5: #5b3b9b;
}
๐ Ram's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a44a, #c16c4e, #a64e85, #8c3f9d, #5b3b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a44a, #c16c4e, #a64e85, #8c3f9d, #5b3b9b);
}
๐ Explore similar color palettes
Ram's Embrace color palette created on .