Color names in this palette
CSS code for this palette
/* CSS */
.affinity {
color: #fdd3a5;
}
.orpiment-yellow {
color: #f9c89a;
}
.florida-sunrise {
color: #f6aa6f;
}
.slippery-salmon {
color: #f77d5e;
}
.smooch-rouge {
color: #d63d4f;
}
/* CSS Variables */
:root {
--affinity:#fdd3a5;
--orpiment-yellow:#f9c89a;
--florida-sunrise:#f6aa6f;
--slippery-salmon:#f77d5e;
--smooch-rouge:#d63d4f;
}