Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1e89a9;
}
.crystalsong-blue {
color: #4eb7b3;
}
.medium-sky-blue {
color: #7fd4f0;
}
.egg-yolk {
color: #ffcc80;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1e89a9;
--crystalsong-blue:#4eb7b3;
--medium-sky-blue:#7fd4f0;
--egg-yolk:#ffcc80;
--carrot:#ff6e42;
}