Crow Shapeshifter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crow Shapeshifter palette

Share this palette to:

Crow Shapeshifter color palette PNG image

Download crow shapeshifter color palette PNG image (landscape)
Download crow shapeshifter color palette PNG image (square)

Crow Shapeshifter color palette CSS

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #e3cab5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d95d3a;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #a67d9d;
--color-3: #e3cab5;
--color-4: #f4a462;
--color-5: #d95d3a;
}

Crow Shapeshifter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #a67d9d, #e3cab5, #f4a462, #d95d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #a67d9d, #e3cab5, #f4a462, #d95d3a);
}

Crow Shapeshifter color palette created on .