Pastel Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Pink palette

Condividi questa palette a:

tavolozza dei colori Pastel Pink CSS

/* CSS */
.color-1 {
color: #fbc8b1;
}
.color-2 {
color: #f9d7ae;
}
.color-3 {
color: #fae8b7;
}
.color-4 {
color: #e8edb0;
}
.color-5 {
color: #d0e2e6;
}

/* CSS Variables */
:root {
--color-1: #fbc8b1;
--color-2: #f9d7ae;
--color-3: #fae8b7;
--color-4: #e8edb0;
--color-5: #d0e2e6;
}

CSS con gradiente di sfondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}

Pastel Pink color palette created on .