Color names in this palette
CSS code for this palette
/* CSS */
.funnel-cloud {
color: #0f3461;
}
.lake-baikal {
color: #1b4d83;
}
.fun-and-games {
color: #2b789c;
}
.garish-green {
color: #4fbf8f;
}
.high-reflective-white {
color: #f7f7f2;
}
/* CSS Variables */
:root {
--funnel-cloud:#0f3461;
--lake-baikal:#1b4d83;
--fun-and-games:#2b789c;
--garish-green:#4fbf8f;
--high-reflective-white:#f7f7f2;
}