Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.dream-of-spring {
color: #f6d12c;
}
.gentle-glow {
color: #f8e6b9;
}
.spaghetti-strap-pink {
color: #f5a8d6;
}
.love-letter {
color: #e2698b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--dream-of-spring:#f6d12c;
--gentle-glow:#f8e6b9;
--spaghetti-strap-pink:#f5a8d6;
--love-letter:#e2698b;
}