Color names in this palette
CSS code for this palette
/* CSS */
.suddenly-sapphire {
color: #1a5999;
}
.boat-house {
color: #508cc3;
}
.spritzig {
color: #79c4e7;
}
.rice-bowl {
color: #f1e7d5;
}
.japanese-koi {
color: #d87d41;
}
/* CSS Variables */
:root {
--suddenly-sapphire:#1a5999;
--boat-house:#508cc3;
--spritzig:#79c4e7;
--rice-bowl:#f1e7d5;
--japanese-koi:#d87d41;
}