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: #e40c66;
}
.color-2 {
color: #f95d8c;
}
.color-3 {
color: #f8b58b;
}
.color-4 {
color: #f7d259;
}
.color-5 {
color: #f0e351;
}

/* CSS Variables */
:root {
--color-1: #e40c66;
--color-2: #f95d8c;
--color-3: #f8b58b;
--color-4: #f7d259;
--color-5: #f0e351;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e40c66, #f95d8c, #f8b58b, #f7d259, #f0e351);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e40c66, #f95d8c, #f8b58b, #f7d259, #f0e351);
}

Shades of Pink color palette created on .