Rotten Skull Color Palette
Discover the beautiful Rotten Skull color palette featuring ironside gray (#69685d), martini (#a8a19f), akaroa (#d4c1a1), white rock (#eae2d1) and beige (#f8f9eb).
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 Rotten Skull palette
💻 Rotten Skull color palette CSS
/* CSS */
.color-1 {
color: #69685d;
}
.color-2 {
color: #a8a19f;
}
.color-3 {
color: #d4c1a1;
}
.color-4 {
color: #eae2d1;
}
.color-5 {
color: #f8f9eb;
}
/* CSS Variables */
:root {
--color-1: #69685d;
--color-2: #a8a19f;
--color-3: #d4c1a1;
--color-4: #eae2d1;
--color-5: #f8f9eb;
} 🌈 Rotten Skull background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69685d, #a8a19f, #d4c1a1, #eae2d1, #f8f9eb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69685d, #a8a19f, #d4c1a1, #eae2d1, #f8f9eb);
} 🔗 Explore similar color palettes
Rotten Skull color palette created on .