Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a2d4e6;
}
.cheater {
color: #f2b05a;
}
.calabrese {
color: #f1a8a2;
}
.surfer-girl {
color: #d96388;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a2d4e6;
--cheater:#f2b05a;
--calabrese:#f1a8a2;
--surfer-girl:#d96388;
--sweet-lilac:#eab8d1;
}