Pink Lunella Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Lunella palette

Condividi questa palette a:

tavolozza dei colori Pink Lunella CSS

/* CSS */
.color-1 {
color: #f6e8e0;
}
.color-2 {
color: #f2d4db;
}
.color-3 {
color: #f6b1cf;
}
.color-4 {
color: #e684cf;
}
.color-5 {
color: #d775c6;
}

/* CSS Variables */
:root {
--color-1: #f6e8e0;
--color-2: #f2d4db;
--color-3: #f6b1cf;
--color-4: #e684cf;
--color-5: #d775c6;
}

CSS con gradiente di sfondo Pink Lunella

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8e0, #f2d4db, #f6b1cf, #e684cf, #d775c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8e0, #f2d4db, #f6b1cf, #e684cf, #d775c6);
}

Pink Lunella color palette created on .