Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-red {
color: #c24c66;
}
.salmon-slice {
color: #efaf8a;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.terrace-pool {
color: #a3d6e0;
}
.fuchsite-green {
color: #5b806e;
}
/* CSS Variables */
:root {
--vibrant-red:#c24c66;
--salmon-slice:#efaf8a;
--enjoyable-yellow:#f6d6a7;
--terrace-pool:#a3d6e0;
--fuchsite-green:#5b806e;
}