Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a7;
}
.australian-apricot {
color: #f4c8a4;
}
.tamale-maize {
color: #f7e8b6;
}
.meristem {
color: #a6e2d0;
}
.morality {
color: #b5cfe8;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a7;
--australian-apricot:#f4c8a4;
--tamale-maize:#f7e8b6;
--meristem:#a6e2d0;
--morality:#b5cfe8;
}