Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.picton-blue {
color: #5d9ed0;
}
.blue-dart-frog {
color: #3b7ba0;
}
.mad-for-mango {
color: #f5a300;
}
.hotspot {
color: #f94639;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--picton-blue:#5d9ed0;
--blue-dart-frog:#3b7ba0;
--mad-for-mango:#f5a300;
--hotspot:#f94639;
}