Megatron Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Megatron palette

Share this palette to:

Megatron color palette PNG image

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

Megatron color palette CSS

/* CSS */
.color-1 {
color: #4c4f52;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #b0c4d8;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #4c4f52;
--color-2: #7b8f9d;
--color-3: #b0c4d8;
--color-4: #f4a462;
--color-5: #e63746;
}

Megatron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4f52, #7b8f9d, #b0c4d8, #f4a462, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4f52, #7b8f9d, #b0c4d8, #f4a462, #e63746);
}

Megatron color palette created on .