Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.orange-chocolate {
color: #f5c675;
}
.buttery-croissant {
color: #f6e19d;
}
.terrace-pool {
color: #a1d5e3;
}
.atlantic-gull {
color: #4b8faf;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--orange-chocolate:#f5c675;
--buttery-croissant:#f6e19d;
--terrace-pool:#a1d5e3;
--atlantic-gull:#4b8faf;
}