Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4c6e90;
}
.cottage-blue {
color: #7a9ec2;
}
.template {
color: #a6c7e7;
}
.welcoming-wasp {
color: #f0a800;
}
.hot-gossip {
color: #e2798e;
}
/* CSS Variables */
:root {
--caspian-sea:#4c6e90;
--cottage-blue:#7a9ec2;
--template:#a6c7e7;
--welcoming-wasp:#f0a800;
--hot-gossip:#e2798e;
}