Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1c8dba;
}
.gold-sand {
color: #f7e7a6;
}
.cochin-chicken {
color: #f9bd62;
}
.breeze-of-chilli {
color: #f76e6e;
}
.plum-dust {
color: #aa4b8c;
}
/* CSS Variables */
:root {
--hidden-springs:#1c8dba;
--gold-sand:#f7e7a6;
--cochin-chicken:#f9bd62;
--breeze-of-chilli:#f76e6e;
--plum-dust:#aa4b8c;
}