Color names in this palette
CSS code for this palette
/* CSS */
.lavender-rose {
color: #f2a1df;
}
.coral-bisque {
color: #f7c6b1;
}
.majestic-treasures {
color: #f2e9a1;
}
.fine-blue {
color: #b6e2e0;
}
.pastel-blue {
color: #9ec3ff;
}
/* CSS Variables */
:root {
--lavender-rose:#f2a1df;
--coral-bisque:#f7c6b1;
--majestic-treasures:#f2e9a1;
--fine-blue:#b6e2e0;
--pastel-blue:#9ec3ff;
}