Color names in this palette
CSS code for this palette
/* CSS */
.button-blue {
color: #1da0ed;
}
.sea-serpent {
color: #3dc8d1;
}
.icy-lemonade {
color: #f2e9b1;
}
.chrome-yellow {
color: #faa700;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--button-blue:#1da0ed;
--sea-serpent:#3dc8d1;
--icy-lemonade:#f2e9b1;
--chrome-yellow:#faa700;
--smashed-pumpkin:#ff6a3d;
}