Color names in this palette
CSS code for this palette
/* CSS */
.designer-pink {
color: #e5b8d8;
}
.laelia-pink {
color: #f6c6df;
}
.rosie-posie {
color: #f1e4ea;
}
.tender-twilight {
color: #b6d0e2;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--designer-pink:#e5b8d8;
--laelia-pink:#f6c6df;
--rosie-posie:#f1e4ea;
--tender-twilight:#b6d0e2;
--blue-dam:#a1c6d4;
}