Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.ginger-cream {
color: #f0e0d6;
}
.snow-white-blush {
color: #f9b2a9;
}
.diluno-red {
color: #f06d5c;
}
.red-arremer {
color: #e0524d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--ginger-cream:#f0e0d6;
--snow-white-blush:#f9b2a9;
--diluno-red:#f06d5c;
--red-arremer:#e0524d;
}