Color names in this palette
CSS code for this palette
/* CSS */
.beach-party {
color: #f9cf5d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.basketball {
color: #f5692e;
}
.faded-red {
color: #d84b4e;
}
.sister-loganberry-frost {
color: #883f75;
}
/* CSS Variables */
:root {
--beach-party:#f9cf5d;
--apricot-glazed-chicken:#f5a524;
--basketball:#f5692e;
--faded-red:#d84b4e;
--sister-loganberry-frost:#883f75;
}