Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a5c4d4;
}
.pink-dust {
color: #e4b4b4;
}
.banana-yogurt {
color: #f9e8b4;
}
.mystic-tulip {
color: #f6b8a2;
}
.enchanted-lavender {
color: #c1a2d7;
}
/* CSS Variables */
:root {
--blue-bows:#a5c4d4;
--pink-dust:#e4b4b4;
--banana-yogurt:#f9e8b4;
--mystic-tulip:#f6b8a2;
--enchanted-lavender:#c1a2d7;
}