Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.tender-twilight {
color: #b6d0e2;
}
.mental-floss {
color: #e0b2c6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tangerine-bliss {
color: #d85b31;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--tender-twilight:#b6d0e2;
--mental-floss:#e0b2c6;
--apricot-glazed-chicken:#f5a524;
--tangerine-bliss:#d85b31;
}