Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1f1f29;
}
.crown-blue {
color: #4a4a68;
}
.lavender-blossom-grey {
color: #8c8ca1;
}
.golden-opportunity {
color: #f5c270;
}
.bright-delight {
color: #cf5c2a;
}
/* CSS Variables */
:root {
--noble-black:#1f1f29;
--crown-blue:#4a4a68;
--lavender-blossom-grey:#8c8ca1;
--golden-opportunity:#f5c270;
--bright-delight:#cf5c2a;
}