オレンジの情熱 Color Palette
Discover the beautiful オレンジの情熱 color palette featuring yellow orange (#f9b13e), tango (#f47b1f), vermilion (#f54e00), fire (#b32a00) and indian tan (#4d1d00).
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 オレンジの情熱 palette
💻 オレンジの情熱 color palette CSS
/* CSS */
.color-1 {
color: #f9b13e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f54e00;
}
.color-4 {
color: #b32a00;
}
.color-5 {
color: #4d1d00;
}
/* CSS Variables */
:root {
--color-1: #f9b13e;
--color-2: #f47b1f;
--color-3: #f54e00;
--color-4: #b32a00;
--color-5: #4d1d00;
}
🌈 オレンジの情熱 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b13e, #f47b1f, #f54e00, #b32a00, #4d1d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b13e, #f47b1f, #f54e00, #b32a00, #4d1d00);
}
🔗 Explore similar color palettes
オレンジの情熱 color palette created on .