Color names in this palette
CSS code for this palette
/* CSS */
.rose-smoke {
color: #d2aba3;
}
.pink-nudity {
color: #d7c5b7;
}
.lucent-yellow {
color: #e4d2a5;
}
.invigorating {
color: #f1e9b1;
}
.lantern-light {
color: #f5eab8;
}
/* CSS Variables */
:root {
--rose-smoke:#d2aba3;
--pink-nudity:#d7c5b7;
--lucent-yellow:#e4d2a5;
--invigorating:#f1e9b1;
--lantern-light:#f5eab8;
}