Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab5d1;
}
.bianchi-green {
color: #3eccb9;
}
.screen-glow {
color: #6bf5a4;
}
.yellow-petal {
color: #f1e94b;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab5d1;
--bianchi-green:#3eccb9;
--screen-glow:#6bf5a4;
--yellow-petal:#f1e94b;
--usubeni-red:#f26969;
}