Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f6b7a2;
}
.soft-butter {
color: #f5e2b8;
}
.fair-aqua {
color: #b7e1d8;
}
.terrace-pool {
color: #a3d8e0;
}
.bright-ube {
color: #d5a5e3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f6b7a2;
--soft-butter:#f5e2b8;
--fair-aqua:#b7e1d8;
--terrace-pool:#a3d8e0;
--bright-ube:#d5a5e3;
}