Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8abf;
}
.frisky-blue {
color: #7eb2c9;
}
.french-pass {
color: #a4d2df;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.her-majesty {
color: #f9aaa4;
}
/* CSS Variables */
:root {
--boat-house:#4a8abf;
--frisky-blue:#7eb2c9;
--french-pass:#a4d2df;
--bad-moon-yellow:#f2e5b5;
--her-majesty:#f9aaa4;
}