Crankcase Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crankcase palette

Share this palette to:

Crankcase color palette PNG image

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

Crankcase color palette CSS

/* CSS */
.color-1 {
color: #3c3c3e;
}
.color-2 {
color: #6f6f71;
}
.color-3 {
color: #9f9fa3;
}
.color-4 {
color: #d1d1d6;
}
.color-5 {
color: #f3f3f7;
}

/* CSS Variables */
:root {
--color-1: #3c3c3e;
--color-2: #6f6f71;
--color-3: #9f9fa3;
--color-4: #d1d1d6;
--color-5: #f3f3f7;
}

Crankcase background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3c3e, #6f6f71, #9f9fa3, #d1d1d6, #f3f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3c3e, #6f6f71, #9f9fa3, #d1d1d6, #f3f3f7);
}

Crankcase color palette created on .