Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.rubber-radish {
color: #ff9999;
}
.desert-sunrise {
color: #ffb68f;
}
.baby-chick {
color: #ffeba3;
}
.glowlight {
color: #fff7b8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--rubber-radish:#ff9999;
--desert-sunrise:#ffb68f;
--baby-chick:#ffeba3;
--glowlight:#fff7b8;
}