Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.apricot-obsession {
color: #f8c1b4;
}
.crushed-cashew {
color: #ffedd6;
}
.marigold-dust {
color: #f4cf3e;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--apricot-obsession:#f8c1b4;
--crushed-cashew:#ffedd6;
--marigold-dust:#f4cf3e;
--blue-angels-yellow:#fab700;
}