Shigaraki Sunset Color Palette
Discover the beautiful Shigaraki Sunset color palette featuring sisal (#d9d3bf), thatch (#b49c8e), ironstone (#794939), turkish rose (#b86f6b) and rodeo dust (#c9b5a1).
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 Shigaraki Sunset palette
💻 Shigaraki Sunset color palette CSS
/* CSS */
.color-1 {
color: #d9d3bf;
}
.color-2 {
color: #b49c8e;
}
.color-3 {
color: #794939;
}
.color-4 {
color: #b86f6b;
}
.color-5 {
color: #c9b5a1;
}
/* CSS Variables */
:root {
--color-1: #d9d3bf;
--color-2: #b49c8e;
--color-3: #794939;
--color-4: #b86f6b;
--color-5: #c9b5a1;
}
🌈 Shigaraki Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d3bf, #b49c8e, #794939, #b86f6b, #c9b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d3bf, #b49c8e, #794939, #b86f6b, #c9b5a1);
}
🔗 Explore similar color palettes
Shigaraki Sunset color palette created on .