Rosy Ruins Color Palette

Discover the beautiful Rosy Ruins color palette featuring vista white (#f9f0f4), vanilla ice (#f4e2e6), vanilla ice (#f1d6de), vanilla ice (#ecc6d1) and blossom (#deb2c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Light, Muted, Peach, Pink, Soft 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 Rosy Ruins palette

Share this palette to:

💻 Rosy Ruins color palette CSS

/* CSS */
.color-1 {
color: #f9f0f4;
}
.color-2 {
color: #f4e2e6;
}
.color-3 {
color: #f1d6de;
}
.color-4 {
color: #ecc6d1;
}
.color-5 {
color: #deb2c0;
}

/* CSS Variables */
:root {
--color-1: #f9f0f4;
--color-2: #f4e2e6;
--color-3: #f1d6de;
--color-4: #ecc6d1;
--color-5: #deb2c0;
}

🌈 Rosy Ruins background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0f4, #f4e2e6, #f1d6de, #ecc6d1, #deb2c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0f4, #f4e2e6, #f1d6de, #ecc6d1, #deb2c0);
}

Rosy Ruins color palette created on .