Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.light-budgie-blue {
color: #a1d6e8;
}
.winter-escape {
color: #b5e5f2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.goku-orange {
color: #f17b3b;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--light-budgie-blue:#a1d6e8;
--winter-escape:#b5e5f2;
--solar-plexus-chakra:#f1c84b;
--goku-orange:#f17b3b;
}