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: #f7a1c8;
}
.color-2 {
color: #f5b83d;
}
.color-3 {
color: #f4e64e;
}
.color-4 {
color: #8ed7b7;
}
.color-5 {
color: #49c5e4;
}

/* CSS Variables */
:root {
--color-1: #f7a1c8;
--color-2: #f5b83d;
--color-3: #f4e64e;
--color-4: #8ed7b7;
--color-5: #49c5e4;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1c8, #f5b83d, #f4e64e, #8ed7b7, #49c5e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1c8, #f5b83d, #f4e64e, #8ed7b7, #49c5e4);
}

Shades of Pink color palette created on .