Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a5a5;
}
.perfect-pink {
color: #e5b3b3;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.ginninderra {
color: #b1d2c1;
}
.template {
color: #a8c8e6;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a5a5;
--perfect-pink:#e5b3b3;
--antique-wicker-basket:#f2d4a1;
--ginninderra:#b1d2c1;
--template:#a8c8e6;
}