Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.vanilla-paste {
color: #f3e8d3;
}
.perfect-pink {
color: #e8b3b0;
}
.sunshine-surprise {
color: #f6b02c;
}
.fuegan-orange {
color: #c77e4d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--vanilla-paste:#f3e8d3;
--perfect-pink:#e8b3b0;
--sunshine-surprise:#f6b02c;
--fuegan-orange:#c77e4d;
}