Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.venetian-yellow {
color: #f7e1a1;
}
.mountain-mint {
color: #a8e1c0;
}
.talismanic-teal {
color: #1d9f9f;
}
.unity {
color: #2a4b8d;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--venetian-yellow:#f7e1a1;
--mountain-mint:#a8e1c0;
--talismanic-teal:#1d9f9f;
--unity:#2a4b8d;
}