Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #496c9c;
}
.island-light {
color: #a6c6ed;
}
.cameo-cream {
color: #f4e1c3;
}
.bussell-lace {
color: #e8a4a1;
}
.juneberry {
color: #7c4f9c;
}
/* CSS Variables */
:root {
--san-marino:#496c9c;
--island-light:#a6c6ed;
--cameo-cream:#f4e1c3;
--bussell-lace:#e8a4a1;
--juneberry:#7c4f9c;
}