Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8dba;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
.terrace-pool {
color: #a3d8e0;
}
.cymophane-yellow {
color: #f1e5a7;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--boat-house:#4a8dba;
--broom-butterfly-blue:#6fb3d8;
--terrace-pool:#a3d8e0;
--cymophane-yellow:#f1e5a7;
--blue-angels-yellow:#fab700;
}