Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b9fd8;
}
.sanctuary-spa {
color: #5eb5e4;
}
.syndicalist {
color: #f5c400;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dayflower:#3b9fd8;
--sanctuary-spa:#5eb5e4;
--syndicalist:#f5c400;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
}