Color names in this palette
CSS code for this palette
/* CSS */
.pass-time-blue {
color: #5c94b2;
}
.blue-dam {
color: #a1c6d4;
}
.oyster-bisque {
color: #f2e7b0;
}
.welcoming-wasp {
color: #f0a800;
}
.inferno {
color: #d95c36;
}
/* CSS Variables */
:root {
--pass-time-blue:#5c94b2;
--blue-dam:#a1c6d4;
--oyster-bisque:#f2e7b0;
--welcoming-wasp:#f0a800;
--inferno:#d95c36;
}