Color names in this palette
CSS code for this palette
/* CSS */
.sandy-brown {
color: #f5a85b;
}
.freesia {
color: #f6c02c;
}
.overtone {
color: #a6e2b2;
}
.disembark {
color: #5fb4d8;
}
.salmon-pok-bowl {
color: #f27a78;
}
/* CSS Variables */
:root {
--sandy-brown:#f5a85b;
--freesia:#f6c02c;
--overtone:#a6e2b2;
--disembark:#5fb4d8;
--salmon-pok-bowl:#f27a78;
}