Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.kanz-orange {
color: #ff8e3d;
}
.soviet-gold {
color: #ffd900;
}
.light-sky-babe {
color: #9fd2df;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--kanz-orange:#ff8e3d;
--soviet-gold:#ffd900;
--light-sky-babe:#9fd2df;
--just-a-fairytale:#6b5b95;
}