Color names in this palette
CSS code for this palette
/* CSS */
.blossoming-dynasty {
color: #da4e49;
}
.plum-blossom {
color: #f1a2a4;
}
.trapunto {
color: #f5e9b7;
}
.soft-green {
color: #6ebf77;
}
.boat-house {
color: #4b8bc3;
}
/* CSS Variables */
:root {
--blossoming-dynasty:#da4e49;
--plum-blossom:#f1a2a4;
--trapunto:#f5e9b7;
--soft-green:#6ebf77;
--boat-house:#4b8bc3;
}