Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.sweet-garden {
color: #5cd6b1;
}
.fresco-green {
color: #78e2a3;
}
.goldfinch {
color: #f9e25d;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--sweet-garden:#5cd6b1;
--fresco-green:#78e2a3;
--goldfinch:#f9e25d;
--breeze-of-chilli:#f36d6d;
}