Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e1;
}
.estuary-blue {
color: #6ea3b4;
}
.turnip-boy {
color: #f1c4a2;
}
.coral-serenade {
color: #f9a190;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e1;
--estuary-blue:#6ea3b4;
--turnip-boy:#f1c4a2;
--coral-serenade:#f9a190;
--highlighter-pink:#e65b7b;
}