Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4c7090;
}
.polished-metal {
color: #809cb3;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangeville {
color: #e76f5a;
}
/* CSS Variables */
:root {
--caspian-sea:#4c7090;
--polished-metal:#809cb3;
--frosty-soft-blue:#b2e0e0;
--solar-plexus-chakra:#f1c84b;
--orangeville:#e76f5a;
}