Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3a6e9c;
}
.lake-thun {
color: #4bb7e2;
}
.photon-barrier {
color: #80e5f4;
}
.sweet-mint-pesto {
color: #b5eb9e;
}
.go-bananas {
color: #f8c84f;
}
/* CSS Variables */
:root {
--windsurfing:#3a6e9c;
--lake-thun:#4bb7e2;
--photon-barrier:#80e5f4;
--sweet-mint-pesto:#b5eb9e;
--go-bananas:#f8c84f;
}