Color names in this palette
CSS code for this palette
/* CSS */
.dried-goldenrod {
color: #e0a929;
}
.mr-krabs {
color: #d23d2d;
}
.bing-cherry-pie {
color: #af4b6c;
}
.magenta-violet {
color: #6e4f8c;
}
.windsurfing {
color: #3b6e9b;
}
/* CSS Variables */
:root {
--dried-goldenrod:#e0a929;
--mr-krabs:#d23d2d;
--bing-cherry-pie:#af4b6c;
--magenta-violet:#6e4f8c;
--windsurfing:#3b6e9b;
}