Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3c6e9a;
}
.tall-waves {
color: #5d9cd0;
}
.shimmer {
color: #84c4e6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flame-orange {
color: #f78b26;
}
/* CSS Variables */
:root {
--windsurfing:#3c6e9a;
--tall-waves:#5d9cd0;
--shimmer:#84c4e6;
--solar-plexus-chakra:#f1c84b;
--flame-orange:#f78b26;
}