Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.lake-thun {
color: #4dc5e0;
}
.aqua-fiesta {
color: #96e3e1;
}
.sunny-mood {
color: #f7c94b;
}
.teri-gaki-persimmon {
color: #e56438;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--lake-thun:#4dc5e0;
--aqua-fiesta:#96e3e1;
--sunny-mood:#f7c94b;
--teri-gaki-persimmon:#e56438;
}