Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #6a9bd2;
}
.welcoming-wasp {
color: #f0a800;
}
.poppy-flower {
color: #f05c00;
}
.torii-red {
color: #db3e00;
}
.sweet-cherry-red {
color: #890b2b;
}
/* CSS Variables */
:root {
--sea-loch:#6a9bd2;
--welcoming-wasp:#f0a800;
--poppy-flower:#f05c00;
--torii-red:#db3e00;
--sweet-cherry-red:#890b2b;
}