Color names in this palette
CSS code for this palette
/* CSS */
.nightly-blade {
color: #5b7e9a;
}
.blue-dam {
color: #a1c8d3;
}
.butter-cookie {
color: #f0e5b2;
}
.hot-calypso {
color: #f78d78;
}
.fever-dream {
color: #e05c79;
}
/* CSS Variables */
:root {
--nightly-blade:#5b7e9a;
--blue-dam:#a1c8d3;
--butter-cookie:#f0e5b2;
--hot-calypso:#f78d78;
--fever-dream:#e05c79;
}