Color names in this palette
CSS code for this palette
/* CSS */
.charlotte {
color: #a7dee7;
}
.winter-escape {
color: #b4e7e9;
}
.bakery-box {
color: #f0f4f1;
}
.classical-yellow {
color: #f9d690;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--charlotte:#a7dee7;
--winter-escape:#b4e7e9;
--bakery-box:#f0f4f1;
--classical-yellow:#f9d690;
--calabrese:#f1a8a2;
}