Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3e6b;
}
.azure-blue {
color: #4c8cc8;
}
.medium-sky-blue {
color: #7dd3f2;
}
.mocha-dandelion {
color: #f0d670;
}
.carrot {
color: #ff713d;
}
/* CSS Variables */
:root {
--lucidity:#1a3e6b;
--azure-blue:#4c8cc8;
--medium-sky-blue:#7dd3f2;
--mocha-dandelion:#f0d670;
--carrot:#ff713d;
}