Paleta de colores Animal Affection

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Animal Affection palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Animal Affection

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

CSS de la paleta de colores Animal Affection

/* 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;
}

CSS del degradado de fondo Animal Affection

/* 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 .