Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.antique-cameo {
color: #f0b6a3;
}
.sugar-poppy {
color: #e77f7e;
}
.gumball {
color: #e1b2d2;
}
.roadster-yellow {
color: #f3e1a0;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--antique-cameo:#f0b6a3;
--sugar-poppy:#e77f7e;
--gumball:#e1b2d2;
--roadster-yellow:#f3e1a0;
}