Color names in this palette
CSS code for this palette
/* CSS */
.when-red-met-blue {
color: #5c3e75;
}
.grape-riot {
color: #a04683;
}
.preppy-rose {
color: #d16b8b;
}
.bergamot-orange {
color: #f09e5c;
}
.yellow-jacket {
color: #ffc83d;
}
/* CSS Variables */
:root {
--when-red-met-blue:#5c3e75;
--grape-riot:#a04683;
--preppy-rose:#d16b8b;
--bergamot-orange:#f09e5c;
--yellow-jacket:#ffc83d;
}