Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.white {
color: #ffffff;
}
.chaos-black {
color: #0f0f0f;
}
.puffins-bill {
color: #e75a1d;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--white:#ffffff;
--chaos-black:#0f0f0f;
--puffins-bill:#e75a1d;
--blue-damselfly:#3398db;
}