Color names in this palette
CSS code for this palette
/* CSS */
.sachet-pink {
color: #f084b1;
}
.mad-for-mango {
color: #f5a300;
}
.basket-of-gold {
color: #f1d03b;
}
.flowering-cactus {
color: #a2d7b9;
}
.andrea-blue {
color: #497cda;
}
/* CSS Variables */
:root {
--sachet-pink:#f084b1;
--mad-for-mango:#f5a300;
--basket-of-gold:#f1d03b;
--flowering-cactus:#a2d7b9;
--andrea-blue:#497cda;
}