Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8dba;
}
.light-deluxe-days {
color: #a4d4ea;
}
.goldsmith {
color: #f1b24b;
}
.goku-orange {
color: #f27e3a;
}
.valencia {
color: #d65a4c;
}
/* CSS Variables */
:root {
--boat-house:#4a8dba;
--light-deluxe-days:#a4d4ea;
--goldsmith:#f1b24b;
--goku-orange:#f27e3a;
--valencia:#d65a4c;
}