SquirrelStar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with SquirrelStar palette
SquirrelStar color palette PNG image
SquirrelStar color palette CSS
/* CSS */
.color-1 {
color: #a66b5e;
}
.color-2 {
color: #d9bda6;
}
.color-3 {
color: #f2e0cf;
}
.color-4 {
color: #b3c7d6;
}
.color-5 {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--color-1: #a66b5e;
--color-2: #d9bda6;
--color-3: #f2e0cf;
--color-4: #b3c7d6;
--color-5: #5d9bd5;
}
SquirrelStar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66b5e, #d9bda6, #f2e0cf, #b3c7d6, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66b5e, #d9bda6, #f2e0cf, #b3c7d6, #5d9bd5);
}
Similar color palettes
SquirrelStar color palette created on .