Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.alexandria {
color: #ff8d70;
}
.bread-n-butter {
color: #ffd280;
}
.yippie-ya-yellow {
color: #f4f49f;
}
.photon-barrier {
color: #8fe1ef;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--alexandria:#ff8d70;
--bread-n-butter:#ffd280;
--yippie-ya-yellow:#f4f49f;
--photon-barrier:#8fe1ef;
}