Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.flash-in-the-pan {
color: #ff9a75;
}
.dreamy-sunset {
color: #ffab5c;
}
.dynamic-yellow {
color: #ffe66b;
}
.new-heights {
color: #d0e6f1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--flash-in-the-pan:#ff9a75;
--dreamy-sunset:#ffab5c;
--dynamic-yellow:#ffe66b;
--new-heights:#d0e6f1;
}