Color names in this palette
CSS code for this palette
/* CSS */
.heisenberg-blue {
color: #69d2f2;
}
.citrus-hill {
color: #f6a88e;
}
.yellow-petal {
color: #f4e64e;
}
.fall-river {
color: #f78f40;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--heisenberg-blue:#69d2f2;
--citrus-hill:#f6a88e;
--yellow-petal:#f4e64e;
--fall-river:#f78f40;
--full-of-life:#da5f2b;
}