Rosalyn Color Palette

Discover the beautiful Rosalyn color palette featuring wewak (#f1abc5), cupid (#fbc2d5), classic rose (#fcd7e7), wisp pink (#fce6f3) and lavender pink (#f9b2d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFeminine, Light, Pastel, Pink, Soft, Summer 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 Rosalyn palette

Share this palette to:

💻 Rosalyn color palette CSS

/* CSS */
.color-1 {
color: #f1abc5;
}
.color-2 {
color: #fbc2d5;
}
.color-3 {
color: #fcd7e7;
}
.color-4 {
color: #fce6f3;
}
.color-5 {
color: #f9b2d3;
}

/* CSS Variables */
:root {
--color-1: #f1abc5;
--color-2: #fbc2d5;
--color-3: #fcd7e7;
--color-4: #fce6f3;
--color-5: #f9b2d3;
}

🌈 Rosalyn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1abc5, #fbc2d5, #fcd7e7, #fce6f3, #f9b2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1abc5, #fbc2d5, #fcd7e7, #fce6f3, #f9b2d3);
}

Rosalyn color palette created on .