Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.riverside-blue {
color: #6fb1c3;
}
.light-blue-glint {
color: #a8d3e1;
}
.maximum-yellow-red {
color: #f1b74b;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--riverside-blue:#6fb1c3;
--light-blue-glint:#a8d3e1;
--maximum-yellow-red:#f1b74b;
--citrus-blast:#e07b38;
}