Color names in this palette
CSS code for this palette
/* CSS */
.andrea-blue {
color: #4c7de6;
}
.windjammer {
color: #609fe6;
}
.terrace-pool {
color: #a3d7e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f16f6f;
}
/* CSS Variables */
:root {
--andrea-blue:#4c7de6;
--windjammer:#609fe6;
--terrace-pool:#a3d7e0;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f16f6f;
}