Color names in this palette
CSS code for this palette
/* CSS */
.gentian-blue {
color: #1f1f9e;
}
.flickering-sea {
color: #4d6ef5;
}
.french-sky-blue {
color: #7bb2f9;
}
.throat-chakra {
color: #6cc9d5;
}
.lemon-verbena {
color: #f2e96e;
}
/* CSS Variables */
:root {
--gentian-blue:#1f1f9e;
--flickering-sea:#4d6ef5;
--french-sky-blue:#7bb2f9;
--throat-chakra:#6cc9d5;
--lemon-verbena:#f2e96e;
}