Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.aztec-sky {
color: #4db8d5;
}
.charlotte {
color: #a4dfe5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.love-letter {
color: #e76a8d;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--aztec-sky:#4db8d5;
--charlotte:#a4dfe5;
--solar-plexus-chakra:#f1c84b;
--love-letter:#e76a8d;
}