Scutigera Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scutigera palette

Share this palette to:

Scutigera color palette PNG image

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

Scutigera color palette CSS

/* CSS */
.color-1 {
color: #e3b663;
}
.color-2 {
color: #c2a066;
}
.color-3 {
color: #a88b5d;
}
.color-4 {
color: #6b4f3d;
}
.color-5 {
color: #3b2b2b;
}

/* CSS Variables */
:root {
--color-1: #e3b663;
--color-2: #c2a066;
--color-3: #a88b5d;
--color-4: #6b4f3d;
--color-5: #3b2b2b;
}

Scutigera background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b663, #c2a066, #a88b5d, #6b4f3d, #3b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b663, #c2a066, #a88b5d, #6b4f3d, #3b2b2b);
}

Scutigera color palette created on .