Squirrelkit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Squirrelkit palette
Squirrelkit color palette PNG image
Squirrelkit color palette CSS
/* CSS */
.color-1 {
color: #540317;
}
.color-2 {
color: #5f2602;
}
.color-3 {
color: #644202;
}
.color-4 {
color: #6c3c04;
}
.color-5 {
color: #6e3602;
}
/* CSS Variables */
:root {
--color-1: #540317;
--color-2: #5f2602;
--color-3: #644202;
--color-4: #6c3c04;
--color-5: #6e3602;
}
Squirrelkit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #540317, #5f2602, #644202, #6c3c04, #6e3602);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #540317, #5f2602, #644202, #6c3c04, #6e3602);
}
Similar color palettes
Scroll down to explore 1000+ colors.dark-red color palettes
Squirrelkit color palette created on .