Color names in this palette
CSS code for this palette
/* CSS */
.apricot-wash {
color: #f9a380;
}
.shrimp-toast {
color: #f7c6a1;
}
.naturale {
color: #f2e0cf;
}
.icecap {
color: #c3d4df;
}
.cold-front-green {
color: #81b4b6;
}
/* CSS Variables */
:root {
--apricot-wash:#f9a380;
--shrimp-toast:#f7c6a1;
--naturale:#f2e0cf;
--icecap:#c3d4df;
--cold-front-green:#81b4b6;
}