Color names in this palette
CSS code for this palette
/* CSS */
.amaya {
color: #f3bfcd;
}
.little-baby-girl {
color: #f8b9d2;
}
.lavender-rose {
color: #f7a1e0;
}
.candy-dreams {
color: #e8b1f1;
}
.herb-robert {
color: #d6a3e1;
}
/* CSS Variables */
:root {
--amaya:#f3bfcd;
--little-baby-girl:#f8b9d2;
--lavender-rose:#f7a1e0;
--candy-dreams:#e8b1f1;
--herb-robert:#d6a3e1;
}