Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.shrimp-toast {
color: #f6c8a2;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.madang {
color: #b7e5a4;
}
.terrace-pool {
color: #9edae0;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--shrimp-toast:#f6c8a2;
--smooth-as-corn-silk:#f5e3b2;
--madang:#b7e5a4;
--terrace-pool:#9edae0;
}