Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.green-room {
color: #81b1a9;
}
.fair-aqua {
color: #b7e1d8;
}
.canyon-sand {
color: #f2d3ab;
}
.shell-coral {
color: #e78b6a;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--green-room:#81b1a9;
--fair-aqua:#b7e1d8;
--canyon-sand:#f2d3ab;
--shell-coral:#e78b6a;
}