Color names in this palette
CSS code for this palette
/* CSS */
.red-hot {
color: #e10538;
}
.khmer-curry {
color: #f05159;
}
.chat-orange {
color: #f99f3e;
}
.pina-colada {
color: #f4deb4;
}
.blue-square {
color: #508d9b;
}
/* CSS Variables */
:root {
--red-hot:#e10538;
--khmer-curry:#f05159;
--chat-orange:#f99f3e;
--pina-colada:#f4deb4;
--blue-square:#508d9b;
}