Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffcc8a;
}
.aqua-glass {
color: #d1e6e1;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--bastard-amber:#ffcc8a;
--aqua-glass:#d1e6e1;
--sweet-dreams:#9fc4e9;
}