Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-blue {
color: #005fb8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lavender-phlox {
color: #a7b2e2;
}
.soft-straw {
color: #f6d07e;
}
.hong-kong-taxi {
color: #a90f2b;
}
/* CSS Variables */
:root {
--sapphire-blue:#005fb8;
--solar-plexus-chakra:#f1c84b;
--lavender-phlox:#a7b2e2;
--soft-straw:#f6d07e;
--hong-kong-taxi:#a90f2b;
}