Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a3c4d7;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.roseberry {
color: #f7a8a1;
}
.dazzle-and-delight {
color: #d89a7d;
}
.indian-pink {
color: #a8577b;
}
/* CSS Variables */
:root {
--blue-bows:#a3c4d7;
--enjoyable-yellow:#f6d6a7;
--roseberry:#f7a8a1;
--dazzle-and-delight:#d89a7d;
--indian-pink:#a8577b;
}