Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3b6f97;
}
.madonna-blue {
color: #6db4d5;
}
.dithered-sky {
color: #b8e1ff;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.embarrassment {
color: #f77878;
}
/* CSS Variables */
:root {
--windsurfing:#3b6f97;
--madonna-blue:#6db4d5;
--dithered-sky:#b8e1ff;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--embarrassment:#f77878;
}