Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c751;
}
.olympian-blue {
color: #1d4b8b;
}
.red-hot-mama {
color: #a51d26;
}
.first-date {
color: #f2b4a1;
}
.ocean-green {
color: #3c9a78;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c751;
--olympian-blue:#1d4b8b;
--red-hot-mama:#a51d26;
--first-date:#f2b4a1;
--ocean-green:#3c9a78;
}