Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9f;
}
.desire {
color: #e63d51;
}
.apocalyptic-orange {
color: #f86c20;
}
.summer-s-heat {
color: #f9e89a;
}
.sanctuary-spa {
color: #5db5e5;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9f;
--desire:#e63d51;
--apocalyptic-orange:#f86c20;
--summer-s-heat:#f9e89a;
--sanctuary-spa:#5db5e5;
}