Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b4c8e4;
}
.della-robbia-blue {
color: #7c9dcb;
}
.fisher-king {
color: #4f7dba;
}
.raftsman {
color: #3b5e9b;
}
.dragonfly {
color: #2e4976;
}
/* CSS Variables */
:root {
--radar:#b4c8e4;
--della-robbia-blue:#7c9dcb;
--fisher-king:#4f7dba;
--raftsman:#3b5e9b;
--dragonfly:#2e4976;
}