Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.peach-damask {
color: #f7c8a6;
}
.optimistic-yellow {
color: #f7e0a6;
}
.appetite {
color: #b2e2a7;
}
.terrace-pool {
color: #a1d5e3;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--peach-damask:#f7c8a6;
--optimistic-yellow:#f7e0a6;
--appetite:#b2e2a7;
--terrace-pool:#a1d5e3;
}