Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.corn-husk {
color: #f4d5ae;
}
.distressed-white {
color: #f2e6ca;
}
.break-the-ice {
color: #b2e0f0;
}
.boudoir-blue {
color: #80a6d0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--corn-husk:#f4d5ae;
--distressed-white:#f2e6ca;
--break-the-ice:#b2e0f0;
--boudoir-blue:#80a6d0;
}