Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.x-ng-hu-ng-yellow {
color: #fddf68;
}
.young-bamboo {
color: #69bf8a;
}
.fantasy-console-sky {
color: #29b0ff;
}
.windsurfing {
color: #3c6d9a;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--x-ng-hu-ng-yellow:#fddf68;
--young-bamboo:#69bf8a;
--fantasy-console-sky:#29b0ff;
--windsurfing:#3c6d9a;
}