Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8dba;
}
.terrace-pool {
color: #a2d6e2;
}
.bleached-apricot {
color: #f7c7ab;
}
.stone-fruit {
color: #f2a68c;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--boat-house:#4a8dba;
--terrace-pool:#a2d6e2;
--bleached-apricot:#f7c7ab;
--stone-fruit:#f2a68c;
--exuberance:#d65d00;
}