Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.rainbow {
color: #f6bcbc;
}
.sandalwood-beige {
color: #f3d2af;
}
.sugar-cookie {
color: #f3e1a5;
}
.lime-granita {
color: #dae1b7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--rainbow:#f6bcbc;
--sandalwood-beige:#f3d2af;
--sugar-cookie:#f3e1a5;
--lime-granita:#dae1b7;
}