Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1c31;
}
.funnel-cloud {
color: #0f3461;
}
.bold-bolection {
color: #1e6076;
}
.grapefruit-pulp {
color: #ff6e61;
}
.english-rose {
color: #f7c5c5;
}
/* CSS Variables */
:root {
--black-howl:#1c1c31;
--funnel-cloud:#0f3461;
--bold-bolection:#1e6076;
--grapefruit-pulp:#ff6e61;
--english-rose:#f7c5c5;
}