Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1c597d;
}
.seachange {
color: #3e8c98;
}
.sainsbury {
color: #66b7a0;
}
.eerie-glow {
color: #a7d7b8;
}
.blended-fruit {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--oceanic-motion:#1c597d;
--seachange:#3e8c98;
--sainsbury:#66b7a0;
--eerie-glow:#a7d7b8;
--blended-fruit:#f9e4a4;
}