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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Bright, Vibrant, Purple 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 Ram's Embrace palette

Share this palette to:

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

Ram's Embrace color palette created on .