Color names in this palette
CSS code for this palette
/* CSS */
.shearwater-black {
color: #5a5b6c;
}
.indolence {
color: #a29aac;
}
.blossom-yellow {
color: #dfc87c;
}
.peach-butter {
color: #fbaf3c;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--shearwater-black:#5a5b6c;
--indolence:#a29aac;
--blossom-yellow:#dfc87c;
--peach-butter:#fbaf3c;
--fire-island:#d8503b;
}