Color names in this palette
CSS code for this palette
/* CSS */
.cranberry-splash {
color: #da4e5f;
}
.peach-echo {
color: #f06f5c;
}
.sandy-brown {
color: #f5a85b;
}
.glitter-yellow {
color: #f9d75d;
}
.lemon-tart {
color: #fddd68;
}
/* CSS Variables */
:root {
--cranberry-splash:#da4e5f;
--peach-echo:#f06f5c;
--sandy-brown:#f5a85b;
--glitter-yellow:#f9d75d;
--lemon-tart:#fddd68;
}