Animal Shelter Color Palette
Discover the beautiful Animal Shelter color palette featuring atomic tangerine (#ffa561), colonial white (#ffecb8), zombie (#dbdc84), polo blue (#8ea7cc) and atomic tangerine (#ff8f5c).
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 Animal Shelter palette
๐ป Animal Shelter color palette CSS
/* CSS */
.color-1 {
color: #ffa561;
}
.color-2 {
color: #ffecb8;
}
.color-3 {
color: #dbdc84;
}
.color-4 {
color: #8ea7cc;
}
.color-5 {
color: #ff8f5c;
}
/* CSS Variables */
:root {
--color-1: #ffa561;
--color-2: #ffecb8;
--color-3: #dbdc84;
--color-4: #8ea7cc;
--color-5: #ff8f5c;
}
๐ Animal Shelter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa561, #ffecb8, #dbdc84, #8ea7cc, #ff8f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa561, #ffecb8, #dbdc84, #8ea7cc, #ff8f5c);
}
๐ Explore similar color palettes
Animal Shelter color palette created on .