Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.casting-sea {
color: #3f89c6;
}
.kimchi {
color: #f04c00;
}
.medium-ruby {
color: #a93d6f;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--casting-sea:#3f89c6;
--kimchi:#f04c00;
--medium-ruby:#a93d6f;
--azure-tide:#2a9d90;
}