Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.serendipity {
color: #bae3da;
}
.bells-and-whistles-gold {
color: #f0e69e;
}
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f08c00;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--serendipity:#bae3da;
--bells-and-whistles-gold:#f0e69e;
--mad-for-mango:#f5a300;
--saffron-gold:#f08c00;
}