Motherboard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Motherboard palette

Share this palette to:

Motherboard color palette PNG image

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

Motherboard color palette CSS

/* CSS */
.color-1 {
color: #1a2a2d;
}
.color-2 {
color: #4e5553;
}
.color-3 {
color: #6e7c7c;
}
.color-4 {
color: #a1d4d4;
}
.color-5 {
color: #e9f2f2;
}

/* CSS Variables */
:root {
--color-1: #1a2a2d;
--color-2: #4e5553;
--color-3: #6e7c7c;
--color-4: #a1d4d4;
--color-5: #e9f2f2;
}

Motherboard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2a2d, #4e5553, #6e7c7c, #a1d4d4, #e9f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2a2d, #4e5553, #6e7c7c, #a1d4d4, #e9f2f2);
}

Motherboard color palette created on .