Pink Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dreams palette

Condividi questa palette a:

tavolozza dei colori Pink Dreams CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d8e;
}
.color-4 {
color: #da4e7a;
}
.color-5 {
color: #6a4f78;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff4d8e;
--color-4: #da4e7a;
--color-5: #6a4f78;
}

CSS con gradiente di sfondo Pink Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff4d8e, #da4e7a, #6a4f78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff4d8e, #da4e7a, #6a4f78);
}

Pink Dreams color palette created on .