Color names in this palette
CSS code for this palette
/* CSS */
.puff-pastry-yellow {
color: #fbcf89;
}
.october-haze {
color: #f8aa8b;
}
.fruity-licious {
color: #f68e8e;
}
.juicy-details {
color: #d67a7a;
}
.cure-all {
color: #a86b88;
}
/* CSS Variables */
:root {
--puff-pastry-yellow:#fbcf89;
--october-haze:#f8aa8b;
--fruity-licious:#f68e8e;
--juicy-details:#d67a7a;
--cure-all:#a86b88;
}