Movilidad Sustentable Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Movilidad Sustentable palette
Color Inspiration
Images that showcase this color palette in real designs
Download Movilidad Sustentable Color Palette (PNG)
Movilidad Sustentable color palette CSS
/* CSS */
.color-1 {
color: #77fdd9;
}
.color-2 {
color: #90fe9d;
}
.color-3 {
color: #9ac7fe;
}
.color-4 {
color: #feb562;
}
.color-5 {
color: #ffca61;
}
/* CSS Variables */
:root {
--color-1: #77fdd9;
--color-2: #90fe9d;
--color-3: #9ac7fe;
--color-4: #feb562;
--color-5: #ffca61;
}
Movilidad Sustentable background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #77fdd9, #90fe9d, #9ac7fe, #feb562, #ffca61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #77fdd9, #90fe9d, #9ac7fe, #feb562, #ffca61);
}
Similar color palettes
Movilidad Sustentable color palette created on .