Color names in this palette
CSS code for this palette
/* CSS */
.suez-canal {
color: #1d5f7c;
}
.crystalsong-blue {
color: #4cb8b6;
}
.sugar-cookie {
color: #f0e1a3;
}
.chat-orange {
color: #f99f3e;
}
.orangeville {
color: #e76f5f;
}
/* CSS Variables */
:root {
--suez-canal:#1d5f7c;
--crystalsong-blue:#4cb8b6;
--sugar-cookie:#f0e1a3;
--chat-orange:#f99f3e;
--orangeville:#e76f5f;
}