Color names in this palette
CSS code for this palette
/* CSS */
.japanese-koi {
color: #d97b45;
}
.bergamot-orange {
color: #f6a05a;
}
.lemon-drop {
color: #fcd778;
}
.butter-cupcake {
color: #ffdd99;
}
.first-date {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--japanese-koi:#d97b45;
--bergamot-orange:#f6a05a;
--lemon-drop:#fcd778;
--butter-cupcake:#ffdd99;
--first-date:#f7b2a1;
}