Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.peach-temptation {
color: #f3c5af;
}
.menoth-white-base {
color: #f1e8b7;
}
.lolly-ice {
color: #a6d9d4;
}
.enchanting {
color: #85b6e0;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--peach-temptation:#f3c5af;
--menoth-white-base:#f1e8b7;
--lolly-ice:#a6d9d4;
--enchanting:#85b6e0;
}