Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f6d44c;
}
.trump-tan {
color: #f9a76c;
}
.washed-out-crimson {
color: #ffb5a8;
}
.sugar-high {
color: #f1c6e7;
}
.pale-ale {
color: #ffee6b;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f6d44c;
--trump-tan:#f9a76c;
--washed-out-crimson:#ffb5a8;
--sugar-high:#f1c6e7;
--pale-ale:#ffee6b;
}