Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1a1a7f;
}
.bluebell {
color: #3b3b9b;
}
.purple-toolbox {
color: #6e6ebf;
}
.creamy-sweet-corn {
color: #f5c24d;
}
.tiger-king {
color: #d59c20;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1a1a7f;
--bluebell:#3b3b9b;
--purple-toolbox:#6e6ebf;
--creamy-sweet-corn:#f5c24d;
--tiger-king:#d59c20;
}