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: #8a1459;
}
.color-2 {
color: #b83d6e;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #f5d64d;
}
.color-5 {
color: #e7a923;
}

/* CSS Variables */
:root {
--color-1: #8a1459;
--color-2: #b83d6e;
--color-3: #f2a76e;
--color-4: #f5d64d;
--color-5: #e7a923;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1459, #b83d6e, #f2a76e, #f5d64d, #e7a923);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1459, #b83d6e, #f2a76e, #f5d64d, #e7a923);
}

Shades of Pink color palette created on .