Color names in this palette
CSS code for this palette
/* CSS */
.blue-hill {
color: #1d4a4e;
}
.aqueous {
color: #3b8e91;
}
.hammam-blue {
color: #5ed9d9;
}
.gold-sand {
color: #f6e5a7;
}
.oranzhewyi-orange {
color: #f25c3a;
}
/* CSS Variables */
:root {
--blue-hill:#1d4a4e;
--aqueous:#3b8e91;
--hammam-blue:#5ed9d9;
--gold-sand:#f6e5a7;
--oranzhewyi-orange:#f25c3a;
}