Color names in this palette
CSS code for this palette
/* CSS */
.adriatic-sea {
color: #006080;
}
.greek-blue {
color: #009dbd;
}
.luminescent-blue {
color: #9fdfea;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--adriatic-sea:#006080;
--greek-blue:#009dbd;
--luminescent-blue:#9fdfea;
--solar-plexus-chakra:#f1c84b;
--flame-stitch:#d95d45;
}