Rose Elegance Color Palette
Discover the beautiful Rose Elegance color palette featuring cardinal pink (#930679), sandy brown (#f59166), melon (#fdc2af), apricot peach (#fcd3b6) and cape honey (#fee3a9).
Brightness
Saturation
Warmth
💡 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 Elegance palette
💻 Rose Elegance color palette CSS
/* CSS */
.color-1 {
color: #930679;
}
.color-2 {
color: #f59166;
}
.color-3 {
color: #fdc2af;
}
.color-4 {
color: #fcd3b6;
}
.color-5 {
color: #fee3a9;
}
/* CSS Variables */
:root {
--color-1: #930679;
--color-2: #f59166;
--color-3: #fdc2af;
--color-4: #fcd3b6;
--color-5: #fee3a9;
} 🌈 Rose Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #930679, #f59166, #fdc2af, #fcd3b6, #fee3a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #930679, #f59166, #fdc2af, #fcd3b6, #fee3a9);
} 🔗 Explore similar color palettes
Rose Elegance color palette created on .