Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.hawaiian-cream {
color: #f9e9b9;
}
.capri-water-blue {
color: #a7e2d9;
}
.madang {
color: #b6e7a7;
}
.rosy-outlook {
color: #f7ab9c;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--hawaiian-cream:#f9e9b9;
--capri-water-blue:#a7e2d9;
--madang:#b6e7a7;
--rosy-outlook:#f7ab9c;
}