Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1a7;
}
.pulled-taffy {
color: #f2d4ba;
}
.blizzard-blue {
color: #a6e4e7;
}
.xavier-blue {
color: #6ab2e2;
}
.adrift {
color: #4b8c9b;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1a7;
--pulled-taffy:#f2d4ba;
--blizzard-blue:#a6e4e7;
--xavier-blue:#6ab2e2;
--adrift:#4b8c9b;
}