Color names in this palette
CSS code for this palette
/* CSS */
.starlight-blue {
color: #b5d0d4;
}
.tareyton {
color: #a2c8c0;
}
.winter-surf {
color: #7fb8b2;
}
.samphire-green {
color: #4cae63;
}
.green-grass {
color: #3a7e4d;
}
/* CSS Variables */
:root {
--starlight-blue:#b5d0d4;
--tareyton:#a2c8c0;
--winter-surf:#7fb8b2;
--samphire-green:#4cae63;
--green-grass:#3a7e4d;
}