Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.cyclamen-red {
color: #a65e8e;
}
.skipper-blue {
color: #4d4d7a;
}
.blue-chill {
color: #3b8c8b;
}
.ponderosa-pine {
color: #2b4c50;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--cyclamen-red:#a65e8e;
--skipper-blue:#4d4d7a;
--blue-chill:#3b8c8b;
--ponderosa-pine:#2b4c50;
}