Blue Moto Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moto palette
Blue Moto color palette CSS
/* CSS */
.color-1 {
color: #1e2a3e;
}
.color-2 {
color: #4c5d7b;
}
.color-3 {
color: #7b8dad;
}
.color-4 {
color: #a1c2e2;
}
.color-5 {
color: #f3ab5e;
}
/* CSS Variables */
:root {
--color-1: #1e2a3e;
--color-2: #4c5d7b;
--color-3: #7b8dad;
--color-4: #a1c2e2;
--color-5: #f3ab5e;
}
Blue Moto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a3e, #4c5d7b, #7b8dad, #a1c2e2, #f3ab5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a3e, #4c5d7b, #7b8dad, #a1c2e2, #f3ab5e);
}
Similar color palettes
Blue Moto color palette created on .