Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-damask {
color: #f7c5a6;
}
.pale-honey {
color: #f7d5ab;
}
.khaki-core {
color: #f7e4b0;
}
.casino-lights {
color: #f7f1b6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-damask:#f7c5a6;
--pale-honey:#f7d5ab;
--khaki-core:#f7e4b0;
--casino-lights:#f7f1b6;
}