Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d5af;
}
.cotton-candy-aesthetic {
color: #f6b6e1;
}
.bright-khaki {
color: #f0e78e;
}
.rosy-outlook {
color: #f7aaa1;
}
.egg-toast {
color: #f4c90b;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d5af;
--cotton-candy-aesthetic:#f6b6e1;
--bright-khaki:#f0e78e;
--rosy-outlook:#f7aaa1;
--egg-toast:#f4c90b;
}