Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d8d1;
}
.festival-de-verano {
color: #b7e1dc;
}
.minty-fresh {
color: #d3f3e8;
}
.peaceful-rain {
color: #f1f9f4;
}
.sweet-nectar {
color: #f9c0ae;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d8d1;
--festival-de-verano:#b7e1dc;
--minty-fresh:#d3f3e8;
--peaceful-rain:#f1f9f4;
--sweet-nectar:#f9c0ae;
}