Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.scalloped-oak {
color: #f1d1a2;
}
.bleached-sunflower {
color: #f9e8a4;
}
.butterfly {
color: #c9e2a2;
}
.deluxe-days {
color: #8ecae6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--scalloped-oak:#f1d1a2;
--bleached-sunflower:#f9e8a4;
--butterfly:#c9e2a2;
--deluxe-days:#8ecae6;
}