Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f5c4b2;
}
.rajah {
color: #f9a65d;
}
.blacksmith-fire {
color: #f7e350;
}
.crystal-green {
color: #a2d87d;
}
.blue-dart {
color: #4f8dcf;
}
/* CSS Variables */
:root {
--coral-bisque:#f5c4b2;
--rajah:#f9a65d;
--blacksmith-fire:#f7e350;
--crystal-green:#a2d87d;
--blue-dart:#4f8dcf;
}