Luffy Color Palette
Discover the beautiful Luffy color palette featuring selective yellow (#ffb700), international orange (#ff5405), california (#ff990a), amber (#ffbf00) and amber (#fec301).
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 Luffy palette
💻 Luffy color palette CSS
/* CSS */
.color-1 {
color: #ffb700;
}
.color-2 {
color: #ff5405;
}
.color-3 {
color: #ff990a;
}
.color-4 {
color: #ffbf00;
}
.color-5 {
color: #fec301;
}
/* CSS Variables */
:root {
--color-1: #ffb700;
--color-2: #ff5405;
--color-3: #ff990a;
--color-4: #ffbf00;
--color-5: #fec301;
} 🌈 Luffy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb700, #ff5405, #ff990a, #ffbf00, #fec301);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb700, #ff5405, #ff990a, #ffbf00, #fec301);
} 🔗 Explore similar color palettes
Luffy color palette created on .