Color names in this palette
CSS code for this palette
/* CSS */
.pass-time-blue {
color: #5e9bb5;
}
.english-river {
color: #3a7888;
}
.ocean-call {
color: #2d6a8b;
}
.natural-orchestra {
color: #4b9b7d;
}
.fashion-green {
color: #b6d671;
}
/* CSS Variables */
:root {
--pass-time-blue:#5e9bb5;
--english-river:#3a7888;
--ocean-call:#2d6a8b;
--natural-orchestra:#4b9b7d;
--fashion-green:#b6d671;
}