Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.tobiko-orange {
color: #e55e0b;
}
.red-panda {
color: #c74b1a;
}
.beetiful-magenta {
color: #922f6b;
}
.windsurfing {
color: #3c6d9a;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--tobiko-orange:#e55e0b;
--red-panda:#c74b1a;
--beetiful-magenta:#922f6b;
--windsurfing:#3c6d9a;
}