Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.ice-cold-green {
color: #d8eaa9;
}
.ganon-blue {
color: #a1dff7;
}
.breeze-of-chilli {
color: #f76e6e;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--ice-cold-green:#d8eaa9;
--ganon-blue:#a1dff7;
--breeze-of-chilli:#f76e6e;
--crown-blue:#4a4e68;
}