Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1c5d7d;
}
.bahaman-bliss {
color: #3fa29e;
}
.sweet-garden {
color: #65d2b7;
}
.peach-latte {
color: #e5c19f;
}
.strawberry-moon {
color: #d15771;
}
/* CSS Variables */
:root {
--oceanic-motion:#1c5d7d;
--bahaman-bliss:#3fa29e;
--sweet-garden:#65d2b7;
--peach-latte:#e5c19f;
--strawberry-moon:#d15771;
}