Mechanical Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mechanical Dreams palette
Mechanical Dreams color palette PNG image
Mechanical Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e396c;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #80b0c6;
}
.color-4 {
color: #b4e1e9;
}
.color-5 {
color: #f9f3d2;
}
/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #497b9c;
--color-3: #80b0c6;
--color-4: #b4e1e9;
--color-5: #f9f3d2;
}
Mechanical Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Mechanical Dreams color palette created on .