Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #598091;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.cruise {
color: #b4e4d6;
}
.lazy-daisy {
color: #f7e7a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--technical-blue:#598091;
--kingfisher-turquoise:#7fb8b4;
--cruise:#b4e4d6;
--lazy-daisy:#f7e7a1;
--solar-plexus-chakra:#f1c84b;
}