Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.limpet-shell {
color: #8fdcdc;
}
.seascape-green {
color: #b3e5e6;
}
.distant-horizon {
color: #f1f9f9;
}
.english-rose {
color: #f6c6c6;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--limpet-shell:#8fdcdc;
--seascape-green:#b3e5e6;
--distant-horizon:#f1f9f9;
--english-rose:#f6c6c6;
}