Color names in this palette
CSS code for this palette
/* CSS */
.suez-canal {
color: #205b7e;
}
.latigo-bay {
color: #3a9c9b;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--suez-canal:#205b7e;
--latigo-bay:#3a9c9b;
--touch-of-turquoise:#a2d7d0;
--creamy-sweet-corn:#f9c54e;
--breeze-of-chilli:#f76e6e;
}