Pink Belle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Belle palette

Condividi questa palette a:

tavolozza dei colori Pink Belle CSS

/* CSS */
.color-1 {
color: #fdf0e8;
}
.color-2 {
color: #ffe4e0;
}
.color-3 {
color: #ffd1e4;
}
.color-4 {
color: #ffcccc;
}
.color-5 {
color: #ffc7d4;
}

/* CSS Variables */
:root {
--color-1: #fdf0e8;
--color-2: #ffe4e0;
--color-3: #ffd1e4;
--color-4: #ffcccc;
--color-5: #ffc7d4;
}

CSS con gradiente di sfondo Pink Belle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf0e8, #ffe4e0, #ffd1e4, #ffcccc, #ffc7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf0e8, #ffe4e0, #ffd1e4, #ffcccc, #ffc7d4);
}

Pink Belle color palette created on .