Color names in this palette
CSS code for this palette
/* CSS */
.vistoris-lake {
color: #5a2b45;
}
.dynamo {
color: #993d65;
}
.preppy-rose {
color: #d26a8b;
}
.peach-mimosa {
color: #f4a38a;
}
.orpiment-yellow {
color: #f9c89a;
}
/* CSS Variables */
:root {
--vistoris-lake:#5a2b45;
--dynamo:#993d65;
--preppy-rose:#d26a8b;
--peach-mimosa:#f4a38a;
--orpiment-yellow:#f9c89a;
}