Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5c74;
}
.dusty-turquoise {
color: #5a8b8c;
}
.embellished-blue {
color: #8dc8c7;
}
.herbal-mist {
color: #d0e7d0;
}
.florida-sunrise {
color: #f6a76f;
}
/* CSS Variables */
:root {
--china-pattern:#3e5c74;
--dusty-turquoise:#5a8b8c;
--embellished-blue:#8dc8c7;
--herbal-mist:#d0e7d0;
--florida-sunrise:#f6a76f;
}