Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.blush-hour {
color: #ff7092;
}
.salmon-rose {
color: #ff7081;
}
.sun-crete {
color: #ff8c00;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--blush-hour:#ff7092;
--salmon-rose:#ff7081;
--sun-crete:#ff8c00;
--middle-yellow:#ffea00;
}