Vibrant Pink Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Pink Dream palette

Condividi questa palette a:

tavolozza dei colori Vibrant Pink Dream CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #681b98;
}
.color-3 {
color: #1975d2;
}
.color-4 {
color: #44a248;
}
.color-5 {
color: #8d6f62;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #681b98;
--color-3: #1975d2;
--color-4: #44a248;
--color-5: #8d6f62;
}

CSS con gradiente di sfondo Vibrant Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #681b98, #1975d2, #44a248, #8d6f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #681b98, #1975d2, #44a248, #8d6f62);
}

Vibrant Pink Dream color palette created on .