Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f6c6c6;
}
.just-blush {
color: #f8b7a5;
}
.copper-river {
color: #f4a26c;
}
.lighthouse-glow {
color: #f8d468;
}
.bleached-sunflower {
color: #f8e9a5;
}
/* CSS Variables */
:root {
--english-rose:#f6c6c6;
--just-blush:#f8b7a5;
--copper-river:#f4a26c;
--lighthouse-glow:#f8d468;
--bleached-sunflower:#f8e9a5;
}