Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4b8dc3;
}
.norfolk-sky {
color: #6dc2e9;
}
.azure-sky {
color: #b3e2f4;
}
.marigold-dust {
color: #f4cf3e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--azure-blue:#4b8dc3;
--norfolk-sky:#6dc2e9;
--azure-sky:#b3e2f4;
--marigold-dust:#f4cf3e;
--grapefruit-pulp:#ff6e61;
}