Paleta de colores Pink Heartache

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Heartache palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Heartache

/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff9e66;
--color-3: #ffcb5c;
--color-4: #f6e48e;
--color-5: #e0e0e0;
}

CSS del degradado de fondo Pink Heartache

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff9e66, #ffcb5c, #f6e48e, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff9e66, #ffcb5c, #f6e48e, #e0e0e0);
}

Pink Heartache color palette created on .