Color names in this palette
CSS code for this palette
/* CSS */
.astronomicon-grey {
color: #6d7e88;
}
.thunder-chi {
color: #a9c3d1;
}
.icy-lemonade {
color: #f3e9af;
}
.orange-chiffon {
color: #f9ae7b;
}
.juicy-details {
color: #d57c7c;
}
/* CSS Variables */
:root {
--astronomicon-grey:#6d7e88;
--thunder-chi:#a9c3d1;
--icy-lemonade:#f3e9af;
--orange-chiffon:#f9ae7b;
--juicy-details:#d57c7c;
}