Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1e7d94;
}
.malt-shake {
color: #b8a77f;
}
.nasturtium-shoot {
color: #8ca04b;
}
.deep-blush {
color: #e76a89;
}
.best-beige {
color: #c5b59b;
}
/* CSS Variables */
:root {
--pagoda-blue:#1e7d94;
--malt-shake:#b8a77f;
--nasturtium-shoot:#8ca04b;
--deep-blush:#e76a89;
--best-beige:#c5b59b;
}