Aphiel's Scheme Color Palette
Discover the beautiful Aphiel's Scheme color palette featuring monza (#b8003a), mexican red (#9e244d), honey flower (#691e6c), smalt blue (#4f8d92) and puerto rico (#3bc4a2).
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 Aphiel's Scheme palette
💻 Aphiel's Scheme color palette CSS
/* CSS */
.color-1 {
color: #b8003a;
}
.color-2 {
color: #9e244d;
}
.color-3 {
color: #691e6c;
}
.color-4 {
color: #4f8d92;
}
.color-5 {
color: #3bc4a2;
}
/* CSS Variables */
:root {
--color-1: #b8003a;
--color-2: #9e244d;
--color-3: #691e6c;
--color-4: #4f8d92;
--color-5: #3bc4a2;
} 🌈 Aphiel's Scheme background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8003a, #9e244d, #691e6c, #4f8d92, #3bc4a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8003a, #9e244d, #691e6c, #4f8d92, #3bc4a2);
} 🔗 Explore similar color palettes
Aphiel's Scheme color palette created on .