Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.dickie-bird {
color: #5fb8b9;
}
.aqua-fiesta {
color: #90e4e3;
}
.pumpkin-mousse {
color: #f1c3a7;
}
.sango-red {
color: #f56b4d;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--dickie-bird:#5fb8b9;
--aqua-fiesta:#90e4e3;
--pumpkin-mousse:#f1c3a7;
--sango-red:#f56b4d;
}