Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.citrus-sachet {
color: #f1c6a7;
}
.anise-flower {
color: #f3e3b4;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--citrus-sachet:#f1c6a7;
--anise-flower:#f3e3b4;
--frosty-soft-blue:#b2e0e0;
--regale-blue:#80b3d6;
}