Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a5e2f3;
}
.folk-tale {
color: #b1e2c1;
}
.citrus-sachet {
color: #f1c6a7;
}
.pink-fit {
color: #f5a8b0;
}
.corinthian-pink {
color: #f7a6d5;
}
/* CSS Variables */
:root {
--blizzard-blue:#a5e2f3;
--folk-tale:#b1e2c1;
--citrus-sachet:#f1c6a7;
--pink-fit:#f5a8b0;
--corinthian-pink:#f7a6d5;
}