Color names in this palette
CSS code for this palette
/* CSS */
.camellia {
color: #f2695a;
}
.mango-margarita {
color: #f3b74f;
}
.syndicalist {
color: #f5c400;
}
.terrace-pool {
color: #a1d6e2;
}
.blue-chaise {
color: #4c8fa9;
}
/* CSS Variables */
:root {
--camellia:#f2695a;
--mango-margarita:#f3b74f;
--syndicalist:#f5c400;
--terrace-pool:#a1d6e2;
--blue-chaise:#4c8fa9;
}