Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.shrimp-toast {
color: #f9c39f;
}
.aspen-yellow {
color: #f4e09f;
}
.butterfly {
color: #c9e2a2;
}
.terrace-pool {
color: #a2d9e2;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--shrimp-toast:#f9c39f;
--aspen-yellow:#f4e09f;
--butterfly:#c9e2a2;
--terrace-pool:#a2d9e2;
}