Color names in this palette
CSS code for this palette
/* CSS */
.skyward {
color: #a5c4ca;
}
.embellished-blue {
color: #8bc4c6;
}
.green-crush {
color: #5eb09c;
}
.basil-pesto {
color: #509b6e;
}
.medium-green {
color: #3d8a54;
}
/* CSS Variables */
:root {
--skyward:#a5c4ca;
--embellished-blue:#8bc4c6;
--green-crush:#5eb09c;
--basil-pesto:#509b6e;
--medium-green:#3d8a54;
}