Animal Affection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Animal Affection palette

Share this palette to:

Animal Affection color palette PNG image

Download animal affection color palette PNG image (landscape)
Download animal affection color palette PNG image (square)

Animal Affection color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4b3d9;
}
.color-3 {
color: #a6d8d9;
}
.color-4 {
color: #a3d77e;
}
.color-5 {
color: #f7e3b6;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4b3d9;
--color-3: #a6d8d9;
--color-4: #a3d77e;
--color-5: #f7e3b6;
}

Animal Affection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4b3d9, #a6d8d9, #a3d77e, #f7e3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4b3d9, #a6d8d9, #a3d77e, #f7e3b6);
}

Animal Affection color palette created on .