Megatron Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Megatron palette
Megatron color palette PNG image
Megatron color palette CSS
/* CSS */
.color-1 {
color: #4b4f5d;
}
.color-2 {
color: #6a7d8a;
}
.color-3 {
color: #91a4b6;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--color-1: #4b4f5d;
--color-2: #6a7d8a;
--color-3: #91a4b6;
--color-4: #b3cde0;
--color-5: #f5f8fa;
}
Megatron background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}
Similar color palettes
Megatron color palette created on .