Light Pink and Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Pink and Beige palette

Condividi questa palette a:

tavolozza dei colori Light Pink and Beige CSS

/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #e6d4c1;
}
.color-3 {
color: #f6e8d5;
}
.color-4 {
color: #f1b3a2;
}
.color-5 {
color: #f9d3a4;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #e6d4c1;
--color-3: #f6e8d5;
--color-4: #f1b3a2;
--color-5: #f9d3a4;
}

CSS con gradiente di sfondo Light Pink and Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #e6d4c1, #f6e8d5, #f1b3a2, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #e6d4c1, #f6e8d5, #f1b3a2, #f9d3a4);
}

Light Pink and Beige color palette created on .