Color names in this palette
CSS code for this palette
/* CSS */
.great-fennel-flower {
color: #6f9c9f;
}
.embellished-blue {
color: #8cc5c5;
}
.ice-crystal-blue {
color: #a9e5e3;
}
.bakery-box {
color: #eff5f3;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--great-fennel-flower:#6f9c9f;
--embellished-blue:#8cc5c5;
--ice-crystal-blue:#a9e5e3;
--bakery-box:#eff5f3;
--mystic-tulip:#f7b7a1;
}