Cinderella’s Glow Color Palette

Discover the beautiful Cinderella’s Glow color palette featuring cinderella (#fde2dd), apricot peach (#f9c7c3), tacao (#f49c8a), burnt sienna (#f1795b) and terracotta (#e86c5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Peach, Pink, Soft, Spring, Sunset, Warm 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 Cinderella’s Glow palette

Share this palette to:

💻 Cinderella’s Glow color palette CSS

/* CSS */
.color-1 {
color: #fde2dd;
}
.color-2 {
color: #f9c7c3;
}
.color-3 {
color: #f49c8a;
}
.color-4 {
color: #f1795b;
}
.color-5 {
color: #e86c5e;
}

/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f9c7c3;
--color-3: #f49c8a;
--color-4: #f1795b;
--color-5: #e86c5e;
}

🌈 Cinderella’s Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f9c7c3, #f49c8a, #f1795b, #e86c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f9c7c3, #f49c8a, #f1795b, #e86c5e);
}

Cinderella’s Glow color palette created on .