Color names in this palette
CSS code for this palette
/* CSS */
.delicate-ice {
color: #b7d0e6;
}
.template {
color: #a6c7e7;
}
.mont-blanc {
color: #a2b6d8;
}
.pink-scallop {
color: #f1dfd5;
}
.first-date {
color: #f4b4a4;
}
/* CSS Variables */
:root {
--delicate-ice:#b7d0e6;
--template:#a6c7e7;
--mont-blanc:#a2b6d8;
--pink-scallop:#f1dfd5;
--first-date:#f4b4a4;
}