Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8db9;
}
.broom-butterfly-blue {
color: #69b5d8;
}
.cool-water-lake {
color: #9cd8e3;
}
.etcetera {
color: #e1c6d5;
}
.somewhere-in-a-fairytale {
color: #d097d8;
}
/* CSS Variables */
:root {
--boat-house:#4b8db9;
--broom-butterfly-blue:#69b5d8;
--cool-water-lake:#9cd8e3;
--etcetera:#e1c6d5;
--somewhere-in-a-fairytale:#d097d8;
}