Color names in this palette
CSS code for this palette
/* CSS */
.rose-linen {
color: #e9b29f;
}
.pink-slip {
color: #d68a8e;
}
.subtle-violet {
color: #b39ea1;
}
.light-budgie-blue {
color: #a1d5e8;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--rose-linen:#e9b29f;
--pink-slip:#d68a8e;
--subtle-violet:#b39ea1;
--light-budgie-blue:#a1d5e8;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}