Royal Bliss Color Palette

Discover the beautiful Royal Bliss color palette featuring san juan (#354973), equator (#ddb564), vanilla ice (#f2d4d9), nepal (#84a3bd) and zombie (#e5d3a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gold, Pink, Teal, Cream, Warm, Soft, Earthy, Vintage, Muted 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 Bliss palette

Share this palette to:

💻 Royal Bliss color palette CSS

/* CSS */
.color-1 {
color: #354973;
}
.color-2 {
color: #ddb564;
}
.color-3 {
color: #f2d4d9;
}
.color-4 {
color: #84a3bd;
}
.color-5 {
color: #e5d3a4;
}

/* CSS Variables */
:root {
--color-1: #354973;
--color-2: #ddb564;
--color-3: #f2d4d9;
--color-4: #84a3bd;
--color-5: #e5d3a4;
}

🌈 Royal Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #354973, #ddb564, #f2d4d9, #84a3bd, #e5d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #354973, #ddb564, #f2d4d9, #84a3bd, #e5d3a4);
}

Royal Bliss color palette created on .