Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #4f8dcf;
}
.blue-jeans {
color: #5cb5e6;
}
.photon-barrier {
color: #8cd7f2;
}
.sunset-gold {
color: #f5c161;
}
.amber-glow {
color: #f19d3b;
}
/* CSS Variables */
:root {
--blue-dart:#4f8dcf;
--blue-jeans:#5cb5e6;
--photon-barrier:#8cd7f2;
--sunset-gold:#f5c161;
--amber-glow:#f19d3b;
}