Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.royal-blush {
color: #f26d50;
}
.double-dragon {
color: #f8a23f;
}
.chickadee {
color: #fbce65;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--royal-blush:#f26d50;
--double-dragon:#f8a23f;
--chickadee:#fbce65;
--storm-lightning:#f9e79f;
}