Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.english-river {
color: #3b798c;
}
.silver-tree {
color: #69bf91;
}
.crystal-green {
color: #a4d57c;
}
.pearled-couscous {
color: #f1e9d5;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--english-river:#3b798c;
--silver-tree:#69bf91;
--crystal-green:#a4d57c;
--pearled-couscous:#f1e9d5;
}