Color names in this palette
CSS code for this palette
/* CSS */
.romantic-rose {
color: #a93d8e;
}
.coolbox-ice-turquoise {
color: #4ba09e;
}
.blue-dart-frog {
color: #3b7d9b;
}
.syndicalist {
color: #f5c400;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--romantic-rose:#a93d8e;
--coolbox-ice-turquoise:#4ba09e;
--blue-dart-frog:#3b7d9b;
--syndicalist:#f5c400;
--flame-orange:#f78c22;
}