Color names in this palette
CSS code for this palette
/* CSS */
.priceless-coral {
color: #e2a58d;
}
.almond-cream {
color: #f4c19f;
}
.gabriel-s-torch {
color: #f8e6c4;
}
.yellow-essence {
color: #fae3b7;
}
.mystic-tulip {
color: #f6b6a2;
}
/* CSS Variables */
:root {
--priceless-coral:#e2a58d;
--almond-cream:#f4c19f;
--gabriel-s-torch:#f8e6c4;
--yellow-essence:#fae3b7;
--mystic-tulip:#f6b6a2;
}