Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #d95f3a;
}
.adventure-orange {
color: #e9a163;
}
.jemima {
color: #f3d581;
}
.creamy-cloud-dreams {
color: #fef4e1;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--medium-vermilion:#d95f3a;
--adventure-orange:#e9a163;
--jemima:#f3d581;
--creamy-cloud-dreams:#fef4e1;
--sea-loch:#6d9bd0;
}