Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1c9bba;
}
.sea-serpent {
color: #4dc4d1;
}
.island-paradise {
color: #8de3e8;
}
.the-speed-of-light {
color: #f5f3ef;
}
.elizabeth-rose {
color: #f9e0d2;
}
/* CSS Variables */
:root {
--butterfly-blue:#1c9bba;
--sea-serpent:#4dc4d1;
--island-paradise:#8de3e8;
--the-speed-of-light:#f5f3ef;
--elizabeth-rose:#f9e0d2;
}