Color names in this palette
CSS code for this palette
/* CSS */
.kokiake-brown {
color: #7d3c3b;
}
.stormy-passion {
color: #c06968;
}
.cottage-rose {
color: #d9ab9b;
}
.brilliant-beige {
color: #f2c3b5;
}
.elizabeth-rose {
color: #f8dfd3;
}
/* CSS Variables */
:root {
--kokiake-brown:#7d3c3b;
--stormy-passion:#c06968;
--cottage-rose:#d9ab9b;
--brilliant-beige:#f2c3b5;
--elizabeth-rose:#f8dfd3;
}