Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1f2029;
}
.odyssey-grey {
color: #4b4d5d;
}
.searching-blue {
color: #6a7c9a;
}
.tiny-mr-frosty {
color: #b8d2e5;
}
.yellow-groove {
color: #f2ba2c;
}
/* CSS Variables */
:root {
--noble-black:#1f2029;
--odyssey-grey:#4b4d5d;
--searching-blue:#6a7c9a;
--tiny-mr-frosty:#b8d2e5;
--yellow-groove:#f2ba2c;
}