Color names in this palette
CSS code for this palette
/* CSS */
.hot-cinnamon {
color: #d5681a;
}
.apricot-sorbet {
color: #e7a85f;
}
.nectar-jackpot {
color: #f1d58e;
}
.legacy-blue {
color: #9fc7e0;
}
.atlantic-gull {
color: #4b8db4;
}
/* CSS Variables */
:root {
--hot-cinnamon:#d5681a;
--apricot-sorbet:#e7a85f;
--nectar-jackpot:#f1d58e;
--legacy-blue:#9fc7e0;
--atlantic-gull:#4b8db4;
}