Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.yellow-cream {
color: #f1cf6a;
}
.atlantic-ocean {
color: #a6d6e3;
}
.windstorm {
color: #6999c3;
}
.blue-highlight {
color: #2d498f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--yellow-cream:#f1cf6a;
--atlantic-ocean:#a6d6e3;
--windstorm:#6999c3;
--blue-highlight:#2d498f;
}