Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.rhodonite {
color: #f4b3c7;
}
.marigold-dust {
color: #f6d13c;
}
.shocking-orange {
color: #ff6d1f;
}
.dayflower {
color: #3b99d8;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--rhodonite:#f4b3c7;
--marigold-dust:#f6d13c;
--shocking-orange:#ff6d1f;
--dayflower:#3b99d8;
}