Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4e8dc1;
}
.astral-spirit {
color: #90c3e4;
}
.arctic-paradise {
color: #b6e2f7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f2903a;
}
/* CSS Variables */
:root {
--boat-house:#4e8dc1;
--astral-spirit:#90c3e4;
--arctic-paradise:#b6e2f7;
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f2903a;
}