Color names in this palette
CSS code for this palette
/* CSS */
.sohi-red {
color: #e65f3d;
}
.carona {
color: #f3a32b;
}
.salmon-eggs {
color: #f4d35d;
}
.not-a-cloud-in-sight {
color: #82c4d4;
}
.petal-plush {
color: #e4a3eb;
}
/* CSS Variables */
:root {
--sohi-red:#e65f3d;
--carona:#f3a32b;
--salmon-eggs:#f4d35d;
--not-a-cloud-in-sight:#82c4d4;
--petal-plush:#e4a3eb;
}