Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e9b4c2;
}
.rustique {
color: #f5c1b2;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.storm-lightning {
color: #f9e59f;
}
.australian-apricot {
color: #f4c3a4;
}
/* CSS Variables */
:root {
--athena-pink:#e9b4c2;
--rustique:#f5c1b2;
--puff-pastry-yellow:#fbcf89;
--storm-lightning:#f9e59f;
--australian-apricot:#f4c3a4;
}