Color names in this palette
CSS code for this palette
/* CSS */
.glisten-yellow {
color: #f7e7ab;
}
.biscuit-cream {
color: #f8c9b4;
}
.pink-pearl {
color: #e8a6d1;
}
.terrace-pool {
color: #a3d7e0;
}
.kindred {
color: #6ea0d8;
}
/* CSS Variables */
:root {
--glisten-yellow:#f7e7ab;
--biscuit-cream:#f8c9b4;
--pink-pearl:#e8a6d1;
--terrace-pool:#a3d7e0;
--kindred:#6ea0d8;
}