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: #f3a0b0;
}
.color-2 {
color: #eba2d2;
}
.color-3 {
color: #d1a4e5;
}
.color-4 {
color: #a3afe0;
}
.color-5 {
color: #6cb6e5;
}

/* CSS Variables */
:root {
--color-1: #f3a0b0;
--color-2: #eba2d2;
--color-3: #d1a4e5;
--color-4: #a3afe0;
--color-5: #6cb6e5;
}

CSS con gradiente di sfondo Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0b0, #eba2d2, #d1a4e5, #a3afe0, #6cb6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0b0, #eba2d2, #d1a4e5, #a3afe0, #6cb6e5);
}

Pink Dream color palette created on .