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: #f7a1a3;
}
.color-2 {
color: #f6d6bb;
}
.color-3 {
color: #b8e6b3;
}
.color-4 {
color: #a4c2db;
}
.color-5 {
color: #7d9ccf;
}

/* CSS Variables */
:root {
--color-1: #f7a1a3;
--color-2: #f6d6bb;
--color-3: #b8e6b3;
--color-4: #a4c2db;
--color-5: #7d9ccf;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a3, #f6d6bb, #b8e6b3, #a4c2db, #7d9ccf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a3, #f6d6bb, #b8e6b3, #a4c2db, #7d9ccf);
}

Shades of Pink color palette created on .