Color names in this palette
CSS code for this palette
/* CSS */
.blue-lullaby {
color: #c7d6d2;
}
.hazy-daze {
color: #a3bac7;
}
.antilles-blue {
color: #3b5b8c;
}
.nickel-ore-green {
color: #4f7b7d;
}
.red-rampage {
color: #ef3b1f;
}
/* CSS Variables */
:root {
--blue-lullaby:#c7d6d2;
--hazy-daze:#a3bac7;
--antilles-blue:#3b5b8c;
--nickel-ore-green:#4f7b7d;
--red-rampage:#ef3b1f;
}