Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.cupid {
color: #f6b1c5;
}
.garden-glory {
color: #ffc2cf;
}
.pastry {
color: #f7e0b6;
}
.mint-cocktail-green {
color: #b4e4b4;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--cupid:#f6b1c5;
--garden-glory:#ffc2cf;
--pastry:#f7e0b6;
--mint-cocktail-green:#b4e4b4;
}