Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8abf;
}
.katydid {
color: #6dba94;
}
.lime-lizard {
color: #a3d55d;
}
.yellow-petal {
color: #f3e54f;
}
.breeze-of-chilli {
color: #f66f6f;
}
/* CSS Variables */
:root {
--boat-house:#4a8abf;
--katydid:#6dba94;
--lime-lizard:#a3d55d;
--yellow-petal:#f3e54f;
--breeze-of-chilli:#f66f6f;
}