Color names in this palette
CSS code for this palette
/* CSS */
.flickering-sea {
color: #5865f3;
}
.ball-gown {
color: #50555e;
}
.chateau-green {
color: #3ba55d;
}
.glowing-brake-disc {
color: #f04747;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--flickering-sea:#5865f3;
--ball-gown:#50555e;
--chateau-green:#3ba55d;
--glowing-brake-disc:#f04747;
--soviet-gold:#ffd900;
}