Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.lady-banksia {
color: #ffe6a8;
}
.chefchaouen-blue {
color: #a1d0e8;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--goldenrod-yellow:#ffcd8f;
--lady-banksia:#ffe6a8;
--chefchaouen-blue:#a1d0e8;
--regale-blue:#80b3d6;
}