Color names in this palette
CSS code for this palette
/* CSS */
.frosted-pomegranate {
color: #af3c49;
}
.infinity-and-beyond {
color: #6f7d9b;
}
.silver-strawberry {
color: #f1c1c1;
}
.blue-depths {
color: #293c65;
}
.chanterelle {
color: #d9a520;
}
/* CSS Variables */
:root {
--frosted-pomegranate:#af3c49;
--infinity-and-beyond:#6f7d9b;
--silver-strawberry:#f1c1c1;
--blue-depths:#293c65;
--chanterelle:#d9a520;
}