Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3d7a8;
}
.first-date {
color: #f6b3a2;
}
.cream-blush {
color: #f9c69a;
}
.bastard-amber {
color: #ffcc8a;
}
.french-vanilla {
color: #efe0a4;
}
/* CSS Variables */
:root {
--green-trance:#a3d7a8;
--first-date:#f6b3a2;
--cream-blush:#f9c69a;
--bastard-amber:#ffcc8a;
--french-vanilla:#efe0a4;
}