Color names in this palette
CSS code for this palette
/* CSS */
.hopi-blue-corn {
color: #1a4d70;
}
.blue-catch {
color: #3d7b8a;
}
.hole-in-one {
color: #4cae8d;
}
.green-trance {
color: #a4d6a4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
/* CSS Variables */
:root {
--hopi-blue-corn:#1a4d70;
--blue-catch:#3d7b8a;
--hole-in-one:#4cae8d;
--green-trance:#a4d6a4;
--bad-moon-yellow:#f2e6b5;
}