Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.blue-marguerite {
color: #6d5fb9;
}
.megadrive-screen {
color: #4a4ca5;
}
.pale-cerulean {
color: #a1c3e3;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--blue-marguerite:#6d5fb9;
--megadrive-screen:#4a4ca5;
--pale-cerulean:#a1c3e3;
--fat-gold:#e6b800;
}