Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.citrus-sachet {
color: #f1c6a7;
}
.creamy-vanilla {
color: #f3e7bf;
}
.ice-cube {
color: #b1e2d5;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--citrus-sachet:#f1c6a7;
--creamy-vanilla:#f3e7bf;
--ice-cube:#b1e2d5;
--sea-cliff:#a3c7e0;
}