Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.surgical {
color: #5ca5c1;
}
.embellished-blue {
color: #88c6c8;
}
.shrimp-toast {
color: #f6c4a2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--surgical:#5ca5c1;
--embellished-blue:#88c6c8;
--shrimp-toast:#f6c4a2;
--apricot-glazed-chicken:#f5a524;
}