Color names in this palette
CSS code for this palette
/* CSS */
.reed {
color: #c5d3a7;
}
.flower-stem {
color: #b0d5ae;
}
.pageant-green {
color: #97d8c8;
}
.blue-calypso {
color: #5ca8b7;
}
.larkspur {
color: #3a7b8d;
}
/* CSS Variables */
:root {
--reed:#c5d3a7;
--flower-stem:#b0d5ae;
--pageant-green:#97d8c8;
--blue-calypso:#5ca8b7;
--larkspur:#3a7b8d;
}