Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4e9fd4;
}
.kul-sharif-blue {
color: #8ed1f6;
}
.squash-blossom {
color: #f6b83c;
}
.coral-bisque {
color: #f7c3b1;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--waimea-blue:#4e9fd4;
--kul-sharif-blue:#8ed1f6;
--squash-blossom:#f6b83c;
--coral-bisque:#f7c3b1;
--porcelain-rose:#e76a6a;
}