Moony Metal Sonic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moony Metal Sonic palette
Moony Metal Sonic color palette PNG image
Moony Metal Sonic color palette CSS
/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #c9ada6;
}
.color-4 {
color: #f4c095;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #c9ada6;
--color-4: #f4c095;
--color-5: #fab700;
}
Moony Metal Sonic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #c9ada6, #f4c095, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #c9ada6, #f4c095, #fab700);
}
Similar color palettes
Scroll down to explore 10+ Metal color palettes
Moony Metal Sonic color palette created on .