Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.seafoam-blue {
color: #7ed3b6;
}
.tequila {
color: #f6d2a7;
}
.peach-bud {
color: #f9b1ae;
}
.porcelain-rose {
color: #e66b6b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--seafoam-blue:#7ed3b6;
--tequila:#f6d2a7;
--peach-bud:#f9b1ae;
--porcelain-rose:#e66b6b;
}