Pink and Purple Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Purple Dream palette

Condividi questa palette a:

tavolozza dei colori Pink and Purple Dream CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #6b00b3;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff9ebb;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #a400b3;
--color-3: #6b00b3;
--color-4: #ff7092;
--color-5: #ff9ebb;
}

CSS con gradiente di sfondo Pink and Purple Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #a400b3, #6b00b3, #ff7092, #ff9ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #a400b3, #6b00b3, #ff7092, #ff9ebb);
}

Pink and Purple Dream color palette created on .