Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.jakarta-skyline {
color: #39305a;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--la-vie-en-rose:#d4a5a5;
--jakarta-skyline:#39305a;
--semi-sweet-chocolate:#6a4125;
}