Gabriel's Embrace Color Palette
Discover the beautiful Gabriel's Embrace color palette featuring saffron mango (#f8ca49), casablanca (#f3af49), porsche (#eab15d), charm (#d06c7d) and tapestry (#a24e7c).
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 Gabriel's Embrace palette
💻 Gabriel's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f8ca49;
}
.color-2 {
color: #f3af49;
}
.color-3 {
color: #eab15d;
}
.color-4 {
color: #d06c7d;
}
.color-5 {
color: #a24e7c;
}
/* CSS Variables */
:root {
--color-1: #f8ca49;
--color-2: #f3af49;
--color-3: #eab15d;
--color-4: #d06c7d;
--color-5: #a24e7c;
}
🌈 Gabriel's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ca49, #f3af49, #eab15d, #d06c7d, #a24e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ca49, #f3af49, #eab15d, #d06c7d, #a24e7c);
}
🔗 Explore similar color palettes
Gabriel's Embrace color palette created on .