Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d6e7;
}
.bright-ube {
color: #d4a6e8;
}
.pale-primrose {
color: #f0c7d2;
}
.lemon-filling {
color: #f7e6a6;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d6e7;
--bright-ube:#d4a6e8;
--pale-primrose:#f0c7d2;
--lemon-filling:#f7e6a6;
--golden-glam:#f4b943;
}