Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4e9bda;
}
.deluxe-days {
color: #8cc5e8;
}
.azure-sky {
color: #b2e7f5;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--waimea-blue:#4e9bda;
--deluxe-days:#8cc5e8;
--azure-sky:#b2e7f5;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}