Pink Heartache Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Heartache palette

Condividi questa palette a:

tavolozza dei colori Pink Heartache CSS

/* 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 con gradiente di sfondo 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 .