Pink and Gray Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Gray Elegance palette

Condividi questa palette a:

tavolozza dei colori Pink and Gray Elegance CSS

/* CSS */
.color-1 {
color: #f1a7b2;
}
.color-2 {
color: #d7b2c9;
}
.color-3 {
color: #a8a0b1;
}
.color-4 {
color: #b2d6e0;
}
.color-5 {
color: #f4d2c8;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #d7b2c9;
--color-3: #a8a0b1;
--color-4: #b2d6e0;
--color-5: #f4d2c8;
}

CSS con gradiente di sfondo Pink and Gray Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #d7b2c9, #a8a0b1, #b2d6e0, #f4d2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #d7b2c9, #a8a0b1, #b2d6e0, #f4d2c8);
}

Pink and Gray Elegance color palette created on .