Color names in this palette
CSS code for this palette
/* CSS */
.pink-dust {
color: #e4b6b4;
}
.mellow-rose {
color: #d9a3a1;
}
.art-deco-pink {
color: #cdaf9d;
}
.pond-s-edge {
color: #b7c8b7;
}
.eton-blue {
color: #aad4d2;
}
/* CSS Variables */
:root {
--pink-dust:#e4b6b4;
--mellow-rose:#d9a3a1;
--art-deco-pink:#cdaf9d;
--pond-s-edge:#b7c8b7;
--eton-blue:#aad4d2;
}