Pink Birthday Cake Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Birthday Cake palette

Condividi questa palette a:

tavolozza dei colori Pink Birthday Cake CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f6c4a2;
}
.color-3 {
color: #f2df9c;
}
.color-4 {
color: #e4d6b4;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f6c4a2;
--color-3: #f2df9c;
--color-4: #e4d6b4;
--color-5: #f9b1ae;
}

CSS con gradiente di sfondo Pink Birthday Cake

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f6c4a2, #f2df9c, #e4d6b4, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f6c4a2, #f2df9c, #e4d6b4, #f9b1ae);
}

Pink Birthday Cake color palette created on .