Plum Pudding Everywhere Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Plum Pudding Everywhere palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Plum Pudding Everywhere

Download plum pudding everywhere color palette PNG image (landscape)
Download plum pudding everywhere color palette PNG image (square)

tavolozza dei colori Plum Pudding Everywhere CSS

/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #b47e9e;
}
.color-3 {
color: #e4b4c1;
}
.color-4 {
color: #ffddd1;
}
.color-5 {
color: #ffcc99;
}

/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #b47e9e;
--color-3: #e4b4c1;
--color-4: #ffddd1;
--color-5: #ffcc99;
}

CSS con gradiente di sfondo Plum Pudding Everywhere

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #b47e9e, #e4b4c1, #ffddd1, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #b47e9e, #e4b4c1, #ffddd1, #ffcc99);
}

Plum Pudding Everywhere color palette created on .