Color names in this palette
CSS code for this palette
/* CSS */
.orpiment-yellow {
color: #f9c89a;
}
.calabrese {
color: #f1a8a2;
}
.embarrassed {
color: #f27899;
}
.crushed-berries {
color: #d45e99;
}
.sister-loganberry-frost {
color: #8a3d7b;
}
/* CSS Variables */
:root {
--orpiment-yellow:#f9c89a;
--calabrese:#f1a8a2;
--embarrassed:#f27899;
--crushed-berries:#d45e99;
--sister-loganberry-frost:#8a3d7b;
}