Color names in this palette
CSS code for this palette
/* CSS */
.golden-aurelia {
color: #fff07a;
}
.lambent-lagoon {
color: #3f5b92;
}
.palace-blue {
color: #3f70c6;
}
.liberty {
color: #4c4e9a;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--golden-aurelia:#fff07a;
--lambent-lagoon:#3f5b92;
--palace-blue:#3f70c6;
--liberty:#4c4e9a;
--break-the-ice:#b2e0f0;
}