Electronic Metal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electronic Metal palette
Electronic Metal color palette PNG image
Electronic Metal color palette CSS
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #4c5990;
}
.color-3 {
color: #7b93c6;
}
.color-4 {
color: #c8d6e5;
}
.color-5 {
color: #f5f7fa;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #4c5990;
--color-3: #7b93c6;
--color-4: #c8d6e5;
--color-5: #f5f7fa;
}
Electronic Metal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #4c5990, #7b93c6, #c8d6e5, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #4c5990, #7b93c6, #c8d6e5, #f5f7fa);
}
Similar color palettes
Scroll down to explore 6 Metal color palettes
Electronic Metal color palette created on .