Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9b2a9;
}
.lion-cub {
color: #f9caa4;
}
.durango-dust {
color: #f9e19f;
}
.no-gmb-yellow {
color: #f8e88b;
}
.glisten-yellow {
color: #f7e8ab;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9b2a9;
--lion-cub:#f9caa4;
--durango-dust:#f9e19f;
--no-gmb-yellow:#f8e88b;
--glisten-yellow:#f7e8ab;
}