Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.crystalsong-blue {
color: #4eb7b1;
}
.belize {
color: #82d2d3;
}
.fake-blonde {
color: #f0e3c1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--crystalsong-blue:#4eb7b1;
--belize:#82d2d3;
--fake-blonde:#f0e3c1;
--creamy-sweet-corn:#f9c54e;
}