Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d62929;
}
.porcelain-rose {
color: #ef6c6c;
}
.calabrese {
color: #f3a5a5;
}
.sunday-best {
color: #fbc6c6;
}
.sea-salt-sherbet {
color: #fef6f6;
}
/* CSS Variables */
:root {
--chi-gong:#d62929;
--porcelain-rose:#ef6c6c;
--calabrese:#f3a5a5;
--sunday-best:#fbc6c6;
--sea-salt-sherbet:#fef6f6;
}