Color names in this palette
CSS code for this palette
/* CSS */
.adrift-on-the-nile {
color: #8db3e2;
}
.lemon-dream {
color: #f0a400;
}
.poppy-flower {
color: #f05b05;
}
.raspberry-sorbet {
color: #d7336c;
}
.indigo {
color: #4a0080;
}
/* CSS Variables */
:root {
--adrift-on-the-nile:#8db3e2;
--lemon-dream:#f0a400;
--poppy-flower:#f05b05;
--raspberry-sorbet:#d7336c;
--indigo:#4a0080;
}