Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4b70a0;
}
.polar-ice {
color: #6fa8d8;
}
.azure-sky {
color: #b2e7f5;
}
.golden-raspberry {
color: #f5d67a;
}
.melon-baby {
color: #f5796b;
}
/* CSS Variables */
:root {
--great-serpent:#4b70a0;
--polar-ice:#6fa8d8;
--azure-sky:#b2e7f5;
--golden-raspberry:#f5d67a;
--melon-baby:#f5796b;
}