Color names in this palette
CSS code for this palette
/* CSS */
.light-sea-cliff {
color: #b9d4e9;
}
.drip {
color: #a5c9d5;
}
.kingfisher-turquoise {
color: #7db3b5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f28e36;
}
/* CSS Variables */
:root {
--light-sea-cliff:#b9d4e9;
--drip:#a5c9d5;
--kingfisher-turquoise:#7db3b5;
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f28e36;
}