Color names in this palette
CSS code for this palette
/* CSS */
.obsidian-lava-black {
color: #3c2a47;
}
.thimble-red {
color: #a05a8b;
}
.citrus-sachet {
color: #f1c6a7;
}
.wake-me-up {
color: #f6d55a;
}
.ceramic-green {
color: #3cb974;
}
/* CSS Variables */
:root {
--obsidian-lava-black:#3c2a47;
--thimble-red:#a05a8b;
--citrus-sachet:#f1c6a7;
--wake-me-up:#f6d55a;
--ceramic-green:#3cb974;
}