Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.sea-loch {
color: #6d9bd0;
}
.lemon-dream {
color: #f0a400;
}
.breeze-of-chilli {
color: #f76e6e;
}
.poinciana {
color: #d63c2e;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--sea-loch:#6d9bd0;
--lemon-dream:#f0a400;
--breeze-of-chilli:#f76e6e;
--poinciana:#d63c2e;
}