Color names in this palette
CSS code for this palette
/* CSS */
.nightly-blade {
color: #5b7e9a;
}
.chinese-tzu {
color: #8ebeba;
}
.ski-white {
color: #d1e3e5;
}
.mom-s-pancake {
color: #f8c754;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--nightly-blade:#5b7e9a;
--chinese-tzu:#8ebeba;
--ski-white:#d1e3e5;
--mom-s-pancake:#f8c754;
--breeze-of-chilli:#f36d6d;
}