Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.azraq-blue {
color: #4b6abe;
}
.malibu {
color: #5dbbea;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--azraq-blue:#4b6abe;
--malibu:#5dbbea;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}