Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.botanical-tint {
color: #a6e3d3;
}
.peaceful-rain {
color: #f1f8f1;
}
.arts-crafts-gold {
color: #f9c48b;
}
.upstream-salmon {
color: #f79e78;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--botanical-tint:#a6e3d3;
--peaceful-rain:#f1f8f1;
--arts-crafts-gold:#f9c48b;
--upstream-salmon:#f79e78;
}