Animal Shelter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Animal Shelter palette
Animal Shelter color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Animal Shelter color palette created on .