Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94c3f;
}
.sandy-brown {
color: #f5a85b;
}
.glitter-yellow {
color: #f6d75a;
}
.green-chalk {
color: #b9e28d;
}
.sea-serpent {
color: #4bc5d8;
}
/* CSS Variables */
:root {
--gladiola:#d94c3f;
--sandy-brown:#f5a85b;
--glitter-yellow:#f6d75a;
--green-chalk:#b9e28d;
--sea-serpent:#4bc5d8;
}