Color names in this palette
CSS code for this palette
/* CSS */
.prompt {
color: #5c7db2;
}
.gem {
color: #4f5b8c;
}
.anthracite-blue {
color: #3e4860;
}
.dust-of-the-moon {
color: #d0c8df;
}
.creamy-vanilla {
color: #f1e4c0;
}
/* CSS Variables */
:root {
--prompt:#5c7db2;
--gem:#4f5b8c;
--anthracite-blue:#3e4860;
--dust-of-the-moon:#d0c8df;
--creamy-vanilla:#f1e4c0;
}