Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.noodles {
color: #f8e4b4;
}
.casting-sea {
color: #3f89c6;
}
.lapis-lazuli {
color: #20659d;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--noodles:#f8e4b4;
--casting-sea:#3f89c6;
--lapis-lazuli:#20659d;
--bleached-silk:#f2f2f2;
}