Plum Pudding Everywhere Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Plum Pudding Everywhere palette
Plum Pudding Everywhere color palette PNG image
Plum Pudding Everywhere color palette 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;
}
Plum Pudding Everywhere background gradient CSS
/* 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);
}
Similar color palettes
Plum Pudding Everywhere color palette created on .