オレンジの情熱 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with オレンジの情熱 palette
Color Inspiration
Images that showcase this color palette in real designs
Download オレンジの情熱 Color Palette (PNG)
オレンジの情熱 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);
}
Similar color palettes
オレンジの情熱 color palette created on .