Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.cumquat-cream {
color: #f39e7c;
}
.applesauce {
color: #f8d69b;
}
.tropic-tide {
color: #6dc5c0;
}
.blue-dart-frog {
color: #3d7c99;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--cumquat-cream:#f39e7c;
--applesauce:#f8d69b;
--tropic-tide:#6dc5c0;
--blue-dart-frog:#3d7c99;
}