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: #f6b83c;
}
.color-2 {
color: #f8daaf;
}
.color-3 {
color: #f3a5a5;
}
.color-4 {
color: #e4afd3;
}
.color-5 {
color: #a8d6e6;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8daaf;
--color-3: #f3a5a5;
--color-4: #e4afd3;
--color-5: #a8d6e6;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8daaf, #f3a5a5, #e4afd3, #a8d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8daaf, #f3a5a5, #e4afd3, #a8d6e6);
}

Shades of Pink color palette created on .