Stray Furry Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stray Furry Adventure palette
Stray Furry Adventure color palette PNG image
Stray Furry Adventure color palette CSS
/* CSS */
.color-1 {
color: #d9b8a6;
}
.color-2 {
color: #c78e7f;
}
.color-3 {
color: #a85d5f;
}
.color-4 {
color: #793e4a;
}
.color-5 {
color: #4b2f3d;
}
/* CSS Variables */
:root {
--color-1: #d9b8a6;
--color-2: #c78e7f;
--color-3: #a85d5f;
--color-4: #793e4a;
--color-5: #4b2f3d;
}
Stray Furry Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b8a6, #c78e7f, #a85d5f, #793e4a, #4b2f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b8a6, #c78e7f, #a85d5f, #793e4a, #4b2f3d);
}
Similar color palettes
Stray Furry Adventure color palette created on .