Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.tropical-escape {
color: #4cb8b1;
}
.smooth-satin {
color: #a3d7d1;
}
.china-doll {
color: #f2e4d4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--tropical-escape:#4cb8b1;
--smooth-satin:#a3d7d1;
--china-doll:#f2e4d4;
--apricot-glazed-chicken:#f5a524;
}