Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.calabrese {
color: #f6a6a2;
}
.sorreno-lemon {
color: #f3cf58;
}
.golden-hour {
color: #f2b55a;
}
.copper-harbor {
color: #d87b4f;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--calabrese:#f6a6a2;
--sorreno-lemon:#f3cf58;
--golden-hour:#f2b55a;
--copper-harbor:#d87b4f;
}