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: #f5c4c2;
}
.color-2 {
color: #e7a7c6;
}
.color-3 {
color: #d09ff9;
}
.color-4 {
color: #a4c7f4;
}
.color-5 {
color: #6f9fd3;
}

/* CSS Variables */
:root {
--color-1: #f5c4c2;
--color-2: #e7a7c6;
--color-3: #d09ff9;
--color-4: #a4c7f4;
--color-5: #6f9fd3;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c4c2, #e7a7c6, #d09ff9, #a4c7f4, #6f9fd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c4c2, #e7a7c6, #d09ff9, #a4c7f4, #6f9fd3);
}

Shades of Pink color palette created on .