Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.kendall-rose {
color: #f4cdcd;
}
.china-doll {
color: #f1e3d5;
}
.celtic-spring {
color: #a9e0b4;
}
.bachelor-button {
color: #49b9d4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--kendall-rose:#f4cdcd;
--china-doll:#f1e3d5;
--celtic-spring:#a9e0b4;
--bachelor-button:#49b9d4;
}