Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.yellow-cream {
color: #f2d269;
}
.bilious-green {
color: #a5d86e;
}
.navagio-bay {
color: #398fb1;
}
.deep-ultramarine {
color: #3e4b8e;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--yellow-cream:#f2d269;
--bilious-green:#a5d86e;
--navagio-bay:#398fb1;
--deep-ultramarine:#3e4b8e;
}