Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f9d5ae;
}
.soft-cashmere {
color: #f3b4d6;
}
.rose-aspect {
color: #f1c6c6;
}
.spanish-yellow {
color: #f2b50d;
}
.banana-yogurt {
color: #f8e6b4;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f9d5ae;
--soft-cashmere:#f3b4d6;
--rose-aspect:#f1c6c6;
--spanish-yellow:#f2b50d;
--banana-yogurt:#f8e6b4;
}