Zoryana Color Palette

Discover the beautiful Zoryana color palette featuring beauty bush (#f0c2d0), rose bud (#f9b1a9), rose bud (#f8b296), froly (#f67481) and turkish rose (#c06d84).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Pink, Red, Soft, Spring, Vibrant 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 Zoryana palette

Share this palette to:

💻 Zoryana color palette CSS

/* CSS */
.color-1 {
color: #f0c2d0;
}
.color-2 {
color: #f9b1a9;
}
.color-3 {
color: #f8b296;
}
.color-4 {
color: #f67481;
}
.color-5 {
color: #c06d84;
}

/* CSS Variables */
:root {
--color-1: #f0c2d0;
--color-2: #f9b1a9;
--color-3: #f8b296;
--color-4: #f67481;
--color-5: #c06d84;
}

🌈 Zoryana background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c2d0, #f9b1a9, #f8b296, #f67481, #c06d84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c2d0, #f9b1a9, #f8b296, #f67481, #c06d84);
}

Zoryana color palette created on .