Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.roseberry {
color: #f7a5a1;
}
.golden-snitch {
color: #f0e04c;
}
.extreme-carrot {
color: #ff6d2e;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--roseberry:#f7a5a1;
--golden-snitch:#f0e04c;
--extreme-carrot:#ff6d2e;
--moth-orchid:#d6006f;
}