Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.boat-house {
color: #4b8abe;
}
.undercool {
color: #80c5e5;
}
.lusty-salmon {
color: #efb0a4;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--boat-house:#4b8abe;
--undercool:#80c5e5;
--lusty-salmon:#efb0a4;
--hawaiian-cream:#f9e6b9;
}