Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.terrace-pool {
color: #a3d7e0;
}
.distant-horizon {
color: #f1f6f9;
}
.mystic-tulip {
color: #f9b39f;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--terrace-pool:#a3d7e0;
--distant-horizon:#f1f6f9;
--mystic-tulip:#f9b39f;
--porcelain-rose:#e76a6a;
}