Wrapped In Plastic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wrapped In Plastic palette
Wrapped In Plastic color palette PNG image
Wrapped In Plastic color palette CSS
/* CSS */
.color-1 {
color: #d6d3d9;
}
.color-2 {
color: #c9c4ca;
}
.color-3 {
color: #adadae;
}
.color-4 {
color: #bac1c4;
}
.color-5 {
color: #a9b1bc;
}
/* CSS Variables */
:root {
--color-1: #d6d3d9;
--color-2: #c9c4ca;
--color-3: #adadae;
--color-4: #bac1c4;
--color-5: #a9b1bc;
}
Wrapped In Plastic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d3d9, #c9c4ca, #adadae, #bac1c4, #a9b1bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d3d9, #c9c4ca, #adadae, #bac1c4, #a9b1bc);
}
Similar color palettes
Wrapped In Plastic color palette created on .