Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4282b3;
}
.mountain-bluebird {
color: #4c9cc8;
}
.norfolk-sky {
color: #6bb9e6;
}
.kul-sharif-blue {
color: #82d2f7;
}
.mango-margarita {
color: #f6b74c;
}
/* CSS Variables */
:root {
--steel-blue:#4282b3;
--mountain-bluebird:#4c9cc8;
--norfolk-sky:#6bb9e6;
--kul-sharif-blue:#82d2f7;
--mango-margarita:#f6b74c;
}