Scrapper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scrapper palette

Share this palette to:

Scrapper color palette PNG image

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

Scrapper color palette CSS

/* CSS */
.color-1 {
color: #4b4b77;
}
.color-2 {
color: #5b4c85;
}
.color-3 {
color: #804b81;
}
.color-4 {
color: #d3503c;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #4b4b77;
--color-2: #5b4c85;
--color-3: #804b81;
--color-4: #d3503c;
--color-5: #fab700;
}

Scrapper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4b77, #5b4c85, #804b81, #d3503c, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4b77, #5b4c85, #804b81, #d3503c, #fab700);
}

Scrapper color palette created on .