Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f7aaa6;
}
.citrus-sachet {
color: #f1c6a7;
}
.menoth-white-base {
color: #f3e6b9;
}
.fringy-flower {
color: #b2e0b5;
}
.light-blue-glint {
color: #a9d3e0;
}
/* CSS Variables */
:root {
--calabrese:#f7aaa6;
--citrus-sachet:#f1c6a7;
--menoth-white-base:#f3e6b9;
--fringy-flower:#b2e0b5;
--light-blue-glint:#a9d3e0;
}