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: #f6d75a;
}
.color-2 {
color: #f1b4a2;
}
.color-3 {
color: #e77e9c;
}
.color-4 {
color: #a76c8d;
}
.color-5 {
color: #6d4f8c;
}

/* CSS Variables */
:root {
--color-1: #f6d75a;
--color-2: #f1b4a2;
--color-3: #e77e9c;
--color-4: #a76c8d;
--color-5: #6d4f8c;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d75a, #f1b4a2, #e77e9c, #a76c8d, #6d4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d75a, #f1b4a2, #e77e9c, #a76c8d, #6d4f8c);
}

Shades of Pink color palette created on .