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: #f8e2e2;
}
.color-2 {
color: #f5b2b2;
}
.color-3 {
color: #f29c9c;
}
.color-4 {
color: #e86969;
}
.color-5 {
color: #d44e4e;
}

/* CSS Variables */
:root {
--color-1: #f8e2e2;
--color-2: #f5b2b2;
--color-3: #f29c9c;
--color-4: #e86969;
--color-5: #d44e4e;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2e2, #f5b2b2, #f29c9c, #e86969, #d44e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2e2, #f5b2b2, #f29c9c, #e86969, #d44e4e);
}

Shades of Pink color palette created on .