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: #ffb3b3;
}
.color-2 {
color: #f29c9c;
}
.color-3 {
color: #e07b7b;
}
.color-4 {
color: #cd5656;
}
.color-5 {
color: #b83d3d;
}

/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #f29c9c;
--color-3: #e07b7b;
--color-4: #cd5656;
--color-5: #b83d3d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #f29c9c, #e07b7b, #cd5656, #b83d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #f29c9c, #e07b7b, #cd5656, #b83d3d);
}

Shades of Pink color palette created on .