CSS code for this palette
/* CSS */
.template {
color: #a9cae5;
}
.calabrese {
color: #f1a8a2;
}
.apricot-glow {
color: #ffcc7a;
}
.calla {
color: #f2e0b5;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--template:#a9cae5;
--calabrese:#f1a8a2;
--apricot-glow:#ffcc7a;
--calla:#f2e0b5;
--butter-cream:#f5b042;
}