Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sandy-brown {
color: #f1a65b;
}
.question-mark-block {
color: #f09b4c;
}
.coral-orange {
color: #e76a4b;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sandy-brown:#f1a65b;
--question-mark-block:#f09b4c;
--coral-orange:#e76a4b;
--chinese-dragon:#c94f4f;
}