Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.fiery-salmon {
color: #f76969;
}
.peach-butter {
color: #fbaf3c;
}
.golden-blonde {
color: #f0e17f;
}
.midwinter-mist {
color: #a4d6da;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--fiery-salmon:#f76969;
--peach-butter:#fbaf3c;
--golden-blonde:#f0e17f;
--midwinter-mist:#a4d6da;
}