Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b90be;
}
.spritzig {
color: #76c7e5;
}
.blizzard-blue {
color: #9ee1f0;
}
.lazy-daisy {
color: #f7e9a1;
}
.roseberry {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--boat-house:#4b90be;
--spritzig:#76c7e5;
--blizzard-blue:#9ee1f0;
--lazy-daisy:#f7e9a1;
--roseberry:#f7a8a1;
}