Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.noodles {
color: #f8e4b4;
}
.pretty-petunia {
color: #d4b6e2;
}
.template {
color: #a4c4e5;
}
.olympian-blue {
color: #1d4f8b;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--noodles:#f8e4b4;
--pretty-petunia:#d4b6e2;
--template:#a4c4e5;
--olympian-blue:#1d4f8b;
}