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: #f8a5b1;
}
.color-2 {
color: #eab3a9;
}
.color-3 {
color: #f2c65f;
}
.color-4 {
color: #d07b4e;
}
.color-5 {
color: #6c4f3d;
}

/* CSS Variables */
:root {
--color-1: #f8a5b1;
--color-2: #eab3a9;
--color-3: #f2c65f;
--color-4: #d07b4e;
--color-5: #6c4f3d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5b1, #eab3a9, #f2c65f, #d07b4e, #6c4f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5b1, #eab3a9, #f2c65f, #d07b4e, #6c4f3d);
}

Shades of Pink color palette created on .