Rory Color Palette

Discover the beautiful Rory color palette featuring blossom (#d5a5c5), cashmere (#e5c6a9), sidecar (#f1e8b1), fringy flower (#b6e2c7) and viking (#69b7d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Green, Peach, Pink, Soft, Spring, Vibrant, Yellow 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 Rory palette

Share this palette to:

💻 Rory color palette CSS

/* CSS */
.color-1 {
color: #d5a5c5;
}
.color-2 {
color: #e5c6a9;
}
.color-3 {
color: #f1e8b1;
}
.color-4 {
color: #b6e2c7;
}
.color-5 {
color: #69b7d3;
}

/* CSS Variables */
:root {
--color-1: #d5a5c5;
--color-2: #e5c6a9;
--color-3: #f1e8b1;
--color-4: #b6e2c7;
--color-5: #69b7d3;
}

🌈 Rory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a5c5, #e5c6a9, #f1e8b1, #b6e2c7, #69b7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a5c5, #e5c6a9, #f1e8b1, #b6e2c7, #69b7d3);
}

Rory color palette created on .