Cinnamoroll Dreams Color Palette

Discover the beautiful Cinnamoroll Dreams color palette featuring vanilla ice (#efd2e7), spindle (#b1c6e7), light orchid (#e7b6d2), peach yellow (#f9e8ae) and illusion (#f2a1c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Pink, Blue, Girl, Birthday, Sanrio, 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 Cinnamoroll Dreams palette

Share this palette to:

💻 Cinnamoroll Dreams color palette CSS

/* CSS */
.color-1 {
color: #efd2e7;
}
.color-2 {
color: #b1c6e7;
}
.color-3 {
color: #e7b6d2;
}
.color-4 {
color: #f9e8ae;
}
.color-5 {
color: #f2a1c5;
}

/* CSS Variables */
:root {
--color-1: #efd2e7;
--color-2: #b1c6e7;
--color-3: #e7b6d2;
--color-4: #f9e8ae;
--color-5: #f2a1c5;
}

🌈 Cinnamoroll Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efd2e7, #b1c6e7, #e7b6d2, #f9e8ae, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efd2e7, #b1c6e7, #e7b6d2, #f9e8ae, #f2a1c5);
}

Cinnamoroll Dreams color palette created on .