Rotten Skull Color Palette
Brightness
Saturation
Warmth
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: #eae2d2;
}
.color-5 {
color: #f8f9eb;
}
/* CSS Variables */
:root {
--color-1: #69685d;
--color-2: #a8a19f;
--color-3: #d4c1a1;
--color-4: #eae2d2;
--color-5: #f8f9eb;
}
Rotten Skull background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69685d, #a8a19f, #d4c1a1, #eae2d2, #f8f9eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69685d, #a8a19f, #d4c1a1, #eae2d2, #f8f9eb);
}
Similar color palettes
Scroll down to explore 200+ Earthy color palettes
Rotten Skull color palette created on .