Color names in this palette
CSS code for this palette
/* CSS */
.firecracker-salmon {
color: #f45d5d;
}
.florida-sunrise {
color: #f6ac6f;
}
.pale-pear {
color: #f7da6e;
}
.overtone {
color: #a2e2b1;
}
.guilliman-blue {
color: #6c99f4;
}
/* CSS Variables */
:root {
--firecracker-salmon:#f45d5d;
--florida-sunrise:#f6ac6f;
--pale-pear:#f7da6e;
--overtone:#a2e2b1;
--guilliman-blue:#6c99f4;
}