Color names in this palette
CSS code for this palette
/* CSS */
.apricot-mousse {
color: #fce0b0;
}
.ocean-green {
color: #3b976c;
}
.cozy-summer-sunset {
color: #eca2a2;
}
.castlevania-heart {
color: #a7021d;
}
.gochujang-red {
color: #7a0000;
}
/* CSS Variables */
:root {
--apricot-mousse:#fce0b0;
--ocean-green:#3b976c;
--cozy-summer-sunset:#eca2a2;
--castlevania-heart:#a7021d;
--gochujang-red:#7a0000;
}