Color names in this palette
CSS code for this palette
/* CSS */
.bokara-grey {
color: #2c2926;
}
.persimmon-red {
color: #a84f4d;
}
.first-date {
color: #f7b2a1;
}
.birthday-suit {
color: #e1c5b7;
}
.fog-white {
color: #f1f0e4;
}
/* CSS Variables */
:root {
--bokara-grey:#2c2926;
--persimmon-red:#a84f4d;
--first-date:#f7b2a1;
--birthday-suit:#e1c5b7;
--fog-white:#f1f0e4;
}