Petals of Royalty Color Palette

Discover the beautiful Petals of Royalty color palette featuring old lace (#fdf8f0), wisp pink (#fce7ec), cherub (#f6d4e9), french lilac (#e3beee) and kobi (#eba3d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Lavender, Pink, Soft, Spring 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 Petals of Royalty palette

Share this palette to:

💻 Petals of Royalty color palette CSS

/* CSS */
.color-1 {
color: #fdf8f0;
}
.color-2 {
color: #fce7ec;
}
.color-3 {
color: #f6d4e9;
}
.color-4 {
color: #e3beee;
}
.color-5 {
color: #eba3d1;
}

/* CSS Variables */
:root {
--color-1: #fdf8f0;
--color-2: #fce7ec;
--color-3: #f6d4e9;
--color-4: #e3beee;
--color-5: #eba3d1;
}

🌈 Petals of Royalty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf8f0, #fce7ec, #f6d4e9, #e3beee, #eba3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf8f0, #fce7ec, #f6d4e9, #e3beee, #eba3d1);
}

Petals of Royalty color palette created on .