Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.desert-dessert {
color: #ffb86b;
}
.pickled-ginger {
color: #ffe057;
}
.cerulean-frost {
color: #6d9dc5;
}
.shot-over {
color: #4b5e68;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--desert-dessert:#ffb86b;
--pickled-ginger:#ffe057;
--cerulean-frost:#6d9dc5;
--shot-over:#4b5e68;
}