Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.boat-house {
color: #4b8ebe;
}
.artesian-pool {
color: #a3c2e0;
}
.applesauce {
color: #f5d899;
}
.candlelight-peach {
color: #f8a3a0;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--boat-house:#4b8ebe;
--artesian-pool:#a3c2e0;
--applesauce:#f5d899;
--candlelight-peach:#f8a3a0;
}