Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.noodles {
color: #f9e2b4;
}
.blush-tint {
color: #f3e2e6;
}
.rain-song {
color: #c5d6e7;
}
.clear-lake-trail {
color: #a6b9d8;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--noodles:#f9e2b4;
--blush-tint:#f3e2e6;
--rain-song:#c5d6e7;
--clear-lake-trail:#a6b9d8;
}