Color names in this palette
CSS code for this palette
/* CSS */
.country-lake {
color: #5c7a84;
}
.delicate-green {
color: #91b1a9;
}
.phosphorus {
color: #a4d0c2;
}
.dandelion-tea {
color: #f6e8c1;
}
.lusty-salmon {
color: #f1b1a7;
}
/* CSS Variables */
:root {
--country-lake:#5c7a84;
--delicate-green:#91b1a9;
--phosphorus:#a4d0c2;
--dandelion-tea:#f6e8c1;
--lusty-salmon:#f1b1a7;
}