Pink Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dream palette

Condividi questa palette a:

tavolozza dei colori Pink Dream CSS

/* CSS */
.color-1 {
color: #f9a4b2;
}
.color-2 {
color: #f6cbd8;
}
.color-3 {
color: #f4e1e5;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #e3a1c1;
}

/* CSS Variables */
:root {
--color-1: #f9a4b2;
--color-2: #f6cbd8;
--color-3: #f4e1e5;
--color-4: #f1f5f8;
--color-5: #e3a1c1;
}

CSS con gradiente di sfondo Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b2, #f6cbd8, #f4e1e5, #f1f5f8, #e3a1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b2, #f6cbd8, #f4e1e5, #f1f5f8, #e3a1c1);
}

Pink Dream color palette created on .