Rose Blossoms Color Palette

Discover the beautiful Rose Blossoms color palette featuring rose (#ff0080), wild strawberry (#ff4d94), pink salmon (#ff85a3), sundown (#ffb3c1) and pastel pink (#ffd1d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Coral, Bright, Soft, Spring, Light 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 Rose Blossoms palette

Share this palette to:

💻 Rose Blossoms color palette CSS

/* CSS */
.color-1 {
color: #ff0080;
}
.color-2 {
color: #ff4d94;
}
.color-3 {
color: #ff85a3;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ffd1d9;
}

/* CSS Variables */
:root {
--color-1: #ff0080;
--color-2: #ff4d94;
--color-3: #ff85a3;
--color-4: #ffb3c1;
--color-5: #ffd1d9;
}

🌈 Rose Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0080, #ff4d94, #ff85a3, #ffb3c1, #ffd1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0080, #ff4d94, #ff85a3, #ffb3c1, #ffd1d9);
}

Rose Blossoms color palette created on .