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: #f6d8a7;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d98c8f;
}
.color-4 {
color: #c96979;
}
.color-5 {
color: #b54a71;
}

/* CSS Variables */
:root {
--color-1: #f6d8a7;
--color-2: #e9b79f;
--color-3: #d98c8f;
--color-4: #c96979;
--color-5: #b54a71;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8a7, #e9b79f, #d98c8f, #c96979, #b54a71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8a7, #e9b79f, #d98c8f, #c96979, #b54a71);
}

Shades of Pink color palette created on .