Color names in this palette
CSS code for this palette
/* CSS */
.lunaria {
color: #f8e7ce;
}
.barrel {
color: #f2b069;
}
.iceland-poppy {
color: #f27f21;
}
.langoustine {
color: #da502b;
}
.cherry-lolly {
color: #c43b5d;
}
/* CSS Variables */
:root {
--lunaria:#f8e7ce;
--barrel:#f2b069;
--iceland-poppy:#f27f21;
--langoustine:#da502b;
--cherry-lolly:#c43b5d;
}