Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.sumptuous-peach {
color: #e5b89a;
}
.egg-toast {
color: #f6c80e;
}
.peach-echo {
color: #f16f5b;
}
.winterberry-frost {
color: #b54550;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--sumptuous-peach:#e5b89a;
--egg-toast:#f6c80e;
--peach-echo:#f16f5b;
--winterberry-frost:#b54550;
}