Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lily-pads {
color: #6eaf8a;
}
.sunny-mood {
color: #f7c94b;
}
.strawberry-avalanche {
color: #f0523d;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lily-pads:#6eaf8a;
--sunny-mood:#f7c94b;
--strawberry-avalanche:#f0523d;
--azure-tide:#2a9d90;
}