Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.princess {
color: #f1a7b4;
}
.honey-tone {
color: #f9d99a;
}
.green-trance {
color: #a1d9a5;
}
.honey-glow {
color: #e7b84b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--princess:#f1a7b4;
--honey-tone:#f9d99a;
--green-trance:#a1d9a5;
--honey-glow:#e7b84b;
}