Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1e9bbe;
}
.lion-of-menecrates {
color: #f1a96a;
}
.venetian-yellow {
color: #f6e4a2;
}
.citrus-sachet {
color: #f5c9a8;
}
.blue-flag {
color: #3a4f73;
}
/* CSS Variables */
:root {
--butterfly-blue:#1e9bbe;
--lion-of-menecrates:#f1a96a;
--venetian-yellow:#f6e4a2;
--citrus-sachet:#f5c9a8;
--blue-flag:#3a4f73;
}