Color names in this palette
CSS code for this palette
/* CSS */
.georgian-revival-blue {
color: #5b8c9f;
}
.aurora-teal {
color: #72b1af;
}
.children-s-soft-blue {
color: #a2d1d7;
}
.crunch {
color: #f4b962;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--georgian-revival-blue:#5b8c9f;
--aurora-teal:#72b1af;
--children-s-soft-blue:#a2d1d7;
--crunch:#f4b962;
--salmon-pok-bowl:#f27c78;
}