Color names in this palette
CSS code for this palette
/* CSS */
.pale-pear {
color: #f3db6d;
}
.orange-pospsicle {
color: #f2a60d;
}
.gold-drop {
color: #d86c31;
}
.meadow-mauve {
color: #b25c90;
}
.tantalize {
color: #699dce;
}
/* CSS Variables */
:root {
--pale-pear:#f3db6d;
--orange-pospsicle:#f2a60d;
--gold-drop:#d86c31;
--meadow-mauve:#b25c90;
--tantalize:#699dce;
}