Scraps Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scraps palette

Share this palette to:

Scraps color palette PNG image

Download scraps color palette PNG image (landscape)
Download scraps color palette PNG image (square)

Scraps color palette CSS

/* CSS */
.color-1 {
color: #7e5e3a;
}
.color-2 {
color: #d1a86b;
}
.color-3 {
color: #f0d4a3;
}
.color-4 {
color: #f9b07b;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #7e5e3a;
--color-2: #d1a86b;
--color-3: #f0d4a3;
--color-4: #f9b07b;
--color-5: #f05a28;
}

Scraps background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5e3a, #d1a86b, #f0d4a3, #f9b07b, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5e3a, #d1a86b, #f0d4a3, #f9b07b, #f05a28);
}

Scraps color palette created on .