Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a4d5d1;
}
.jaguar-rose {
color: #f1b1b8;
}
.pale-daffodil {
color: #fde89b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.bitter-orange {
color: #d67d29;
}
/* CSS Variables */
:root {
--sinbad:#a4d5d1;
--jaguar-rose:#f1b1b8;
--pale-daffodil:#fde89b;
--apricot-glazed-chicken:#f5a524;
--bitter-orange:#d67d29;
}