Color names in this palette
CSS code for this palette
/* CSS */
.ancient-royal-banner {
color: #893e5b;
}
.sweet-heart {
color: #e4aab3;
}
.rotunda-gold {
color: #f6e0c1;
}
.crunch {
color: #f4b962;
}
.explorer-blue {
color: #5da1b6;
}
/* CSS Variables */
:root {
--ancient-royal-banner:#893e5b;
--sweet-heart:#e4aab3;
--rotunda-gold:#f6e0c1;
--crunch:#f4b962;
--explorer-blue:#5da1b6;
}