Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.rustique {
color: #f5c1b2;
}
.glad-yellow {
color: #f3e2aa;
}
.pistachio-green {
color: #a7d6a4;
}
.waikiki {
color: #1e8999;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--rustique:#f5c1b2;
--glad-yellow:#f3e2aa;
--pistachio-green:#a7d6a4;
--waikiki:#1e8999;
}