Paleta de colores Plum Pudding Everywhere

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Plum Pudding Everywhere palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Plum Pudding Everywhere

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

CSS de la paleta de colores Plum Pudding Everywhere

/* 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 del degradado de fondo 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 .