Color names in this palette
CSS code for this palette
/* CSS */
.queer-blue {
color: #8ab1e0;
}
.lusty-salmon {
color: #f1b2a7;
}
.softsun {
color: #f4c63e;
}
.hot-orange {
color: #f48d3e;
}
.bricks-of-hope {
color: #d95b59;
}
/* CSS Variables */
:root {
--queer-blue:#8ab1e0;
--lusty-salmon:#f1b2a7;
--softsun:#f4c63e;
--hot-orange:#f48d3e;
--bricks-of-hope:#d95b59;
}