Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.lemon-dream {
color: #f0a000;
}
.sorbet-yellow {
color: #d6c400;
}
.matcha-powder {
color: #a4d600;
}
.turquoise-sea {
color: #6adae7;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--lemon-dream:#f0a000;
--sorbet-yellow:#d6c400;
--matcha-powder:#a4d600;
--turquoise-sea:#6adae7;
}