Royal Reverie Color Palette

Discover the beautiful Royal Reverie color palette featuring ebony (#150e20), revolver (#1c1429), shark (#252628), heavy metal (#222b26) and blue zodiac (#0b1c37).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Black, Green, Gray, Earthy, Minimalist, Modern 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 Royal Reverie palette

Share this palette to:

💻 Royal Reverie color palette CSS

/* CSS */
.color-1 {
color: #150e20;
}
.color-2 {
color: #1c1429;
}
.color-3 {
color: #252628;
}
.color-4 {
color: #222b26;
}
.color-5 {
color: #0b1c37;
}

/* CSS Variables */
:root {
--color-1: #150e20;
--color-2: #1c1429;
--color-3: #252628;
--color-4: #222b26;
--color-5: #0b1c37;
}

🌈 Royal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #150e20, #1c1429, #252628, #222b26, #0b1c37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #150e20, #1c1429, #252628, #222b26, #0b1c37);
}

Royal Reverie color palette created on .