Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.living-stream {
color: #3a6c8d;
}
.brig {
color: #4f9cbf;
}
.heisenberg-blue {
color: #75d5f0;
}
.lazy-daisy {
color: #f7e9a1;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--living-stream:#3a6c8d;
--brig:#4f9cbf;
--heisenberg-blue:#75d5f0;
--lazy-daisy:#f7e9a1;
}