Paleta de colores Shades of Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Pink

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #d9a082;
}
.color-3 {
color: #b77d6c;
}
.color-4 {
color: #805b5e;
}
.color-5 {
color: #5c3d4e;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #d9a082;
--color-3: #b77d6c;
--color-4: #805b5e;
--color-5: #5c3d4e;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #d9a082, #b77d6c, #805b5e, #5c3d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #d9a082, #b77d6c, #805b5e, #5c3d4e);
}

Shades of Pink color palette created on .