Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.chat-orange {
color: #f6993c;
}
.gilded {
color: #f6d94c;
}
.pale-cerulean {
color: #a1c3e3;
}
.boat-house {
color: #4f8eba;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--chat-orange:#f6993c;
--gilded:#f6d94c;
--pale-cerulean:#a1c3e3;
--boat-house:#4f8eba;
}