Color names in this palette
CSS code for this palette
/* CSS */
.bleeding-heart {
color: #b92d4d;
}
.usubeni-red {
color: #f0666d;
}
.carona {
color: #f6a92c;
}
.daisy-desi {
color: #f9df8b;
}
.waimea-blue {
color: #4a9bd9;
}
/* CSS Variables */
:root {
--bleeding-heart:#b92d4d;
--usubeni-red:#f0666d;
--carona:#f6a92c;
--daisy-desi:#f9df8b;
--waimea-blue:#4a9bd9;
}